]> git.zerfleddert.de Git - m1-debian/blob - README
more to add
[m1-debian] / README
1 firmware-linux-nonfree
2
3 root@air:/# cat /etc/apt/sources.list
4 deb http://deb.debian.org/debian testing main contrib non-free
5 deb-src http://deb.debian.org/debian testing main contrib non-free
6
7 Add the following packages:
8
9 ntpdate <wifi> firmware vim tcpdump vlan bridge-utils tmux parted kernel
10
11 Add the following boot options:
12
13 net.ifnames=0
14
15 Fix the root password
16
17 Automate the build of u-boot, m1n1, kernel, debootstrap, grub
18
19 Write a README with the installation steps
20
21 ln -s lib/systemd/systemd init
22
23 find . | cpio --quiet -H newc -o | pigz > /boot/initrd.gz
24
25 cp /boot/efi/EFI/BOOT/BOOTAA64.EFI efi/boot/
26 cp /boot/vmlinuz-5.16.0-asahi-next-20220118-14779-ga4d177b3ad21-dirty vmlinuz
27
28 ./scripts/kconfig/merge_config.sh .config .config-fragment
Impressum, Datenschutz