]> git.zerfleddert.de Git - m1-debian/blob - README
more todo
[m1-debian] / README
1 firmware-linux-nonfree
2
3 sudo debootstrap --arch=arm64 testing testing http://ftp.fau.de/debian
4
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
8
9 Add the following packages:
10
11 ntpdate <wifi> firmware vim tcpdump vlan bridge-utils tmux parted kernel
12
13 Add the following boot options:
14
15 net.ifnames=0
16
17 Fix the root password
18
19 Automate the build of u-boot, m1n1, kernel, debootstrap, grub
20
21 Write a README with the installation steps
22
23 ln -s lib/systemd/systemd init
24
25 find . | cpio --quiet -H newc -o | pigz > /boot/initrd.gz
26
27 > etc/motd
Impressum, Datenschutz