3 sudo debootstrap --arch=arm64 testing testing http://ftp.fau.de/debian
5 root@air:/# cat /etc/apt/sources.list
6 deb http://deb.debian.org/debian testing main contrib non-free
7 deb-src http://deb.debian.org/debian testing main contrib non-free
9 Add the following packages:
11 ntpdate <wifi> firmware vim tcpdump vlan bridge-utils tmux parted kernel
13 Add the following boot options:
19 Automate the build of u-boot, m1n1, kernel, debootstrap, grub
21 Write a README with the installation steps
23 ln -s lib/systemd/systemd init
25 find . | cpio --quiet -H newc -o | pigz > /boot/initrd.gz
29 cp /boot/efi/EFI/BOOT/BOOTAA64.EFI efi/boot/
30 cp /boot/vmlinuz-5.16.0-asahi-next-20220118-14779-ga4d177b3ad21-dirty vmlinuz
32 ./scripts/kconfig/merge_config.sh .config .config-fragment