]> git.zerfleddert.de Git - m1-debian/commitdiff
more to ignore
authorThomas Glanzmann <thomas@glanzmann.de>
Tue, 18 Jan 2022 20:45:55 +0000 (21:45 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Tue, 18 Jan 2022 20:45:55 +0000 (21:45 +0100)
.gitignore [new file with mode: 0644]
README [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..bdb9a18
--- /dev/null
@@ -0,0 +1,4 @@
+.*.swp
+m1n1/
+u-boot.macho
+u-boot/
diff --git a/README b/README
new file mode 100644 (file)
index 0000000..44ad6c5
--- /dev/null
+++ b/README
@@ -0,0 +1,23 @@
+firmware-linux-nonfree
+
+root@air:/# cat /etc/apt/sources.list
+deb http://deb.debian.org/debian testing main contrib non-free
+deb-src http://deb.debian.org/debian testing main contrib non-free
+
+Add the following packages:
+
+        ntpdate <wifi> firmware vim tcpdump vlan bridge-utils tmux parted kernel
+
+Add the following boot options:
+
+        net.ifnames=0
+
+Fix the root password
+
+Automate the build of u-boot, m1n1, kernel, debootstrap, grub
+
+Write a README with the installation steps
+
+ln -s lib/systemd/systemd init
+
+find . | cpio --quiet -H newc -o | pigz > /boot/initrd.gz
Impressum, Datenschutz