summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Mubashshir <ahmubashshir@gmail.com>2023-01-04 15:57:19 +0600
committerLibravatar Mubashshir <ahmubashshir@gmail.com>2023-01-04 15:57:19 +0600
commit04af14c312b14411368bb8540252c4aeb62efd34 (patch)
treede97c3d186cf6c98a5890b7158a1f9dbb3f49d9f
parent62f27648c4df89e0979efbf8b571a80bdde58222 (diff)
downloadpatches-04af14c312b14411368bb8540252c4aeb62efd34.tar.gz
patches-04af14c312b14411368bb8540252c4aeb62efd34.zip
Publish log.md
Signed-off-by: Mubashshir <ahmubashshir@gmail.com>
-rw-r--r--log.md15
1 files changed, 15 insertions, 0 deletions
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`