From 69ee25f6243530fff8523bb0c57f4ee56d5eb43b Mon Sep 17 00:00:00 2001
From: Thomas Glanzmann <thomas@glanzmann.de>
Date: Tue, 18 Jan 2022 21:45:55 +0100
Subject: [PATCH] more to ignore

---
 .gitignore |  4 ++++
 README     | 23 +++++++++++++++++++++++
 2 files changed, 27 insertions(+)
 create mode 100644 .gitignore
 create mode 100644 README

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..bdb9a18
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+.*.swp
+m1n1/
+u-boot.macho
+u-boot/
diff --git a/README b/README
new file mode 100644
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
-- 
2.39.5