]>
Commit | Line | Data |
---|---|---|
69ee25f6 TG |
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 |