From 04af14c312b14411368bb8540252c4aeb62efd34 Mon Sep 17 00:00:00 2001 From: Mubashshir Date: Wed, 4 Jan 2023 15:57:19 +0600 Subject: Publish log.md Signed-off-by: Mubashshir --- log.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 log.md diff --git a/log.md b/log.md new file mode 100644 index 0000000..041c7c2 --- /dev/null +++ b/log.md @@ -0,0 +1,15 @@ +# Preparations +1. Install qemu-user-static and qemu-user-static-binfmt +2. Install and configure lxc +3. `sudo lxc-create -t download -n debian-arm64 -- -d debian -r bullseye -a arm64` +4. `sudo lxc-start -n debian-arm64` +5. `sudo lxc-attach -n debian-arm64` +6. `dhclient` +7. `sudo apt install wget && bash -ci "$(wget -qO - 'https://shlink.makedeb.org/install')"` + +## Recurring step. +1. `dhclient` on lxc-attach + +# Build packages +1. clone the repo containing pkgbuild +2. run `makedeb -s` -- cgit v1.2.3