diff options
-rw-r--r-- | log.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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` |