summaryrefslogtreecommitdiff
path: root/log.md
blob: 041c7c2e2cff1ba069b68ede47a0ba4723b610ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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`