]> git.zerfleddert.de Git - m1-debian/blobdiff - README
fix config options
[m1-debian] / README
diff --git a/README b/README
index 44ad6c5216ff3700139c5c0365480feee89a31e8..49d93f2a06d9e817744245b5fb67bd8bf43af060 100644 (file)
--- a/README
+++ b/README
@@ -1,23 +1,47 @@
-firmware-linux-nonfree
+This repository contains scripts to bootstrap Debian Linux on m1
 
-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
+fwx.sh
+======
+fwx.sh extracts the wifi firmware and copies it to /tmp/linux-firmware.tar
 
-Add the following packages:
+bootstrap.sh
+============
+bootstrap.sh is tested to run on arm64 and amd64 Debian stable and testing. It
+creates several artefacts:
 
-        ntpdate <wifi> firmware vim tcpdump vlan bridge-utils tmux parted kernel
+        - Live System
 
-Add the following boot options:
+                asahi-debian-live.tar can be extracted on the root of a msdos
+                (vfat32) usb stick and than be booted using U Boot.
 
-        net.ifnames=0
+        - Debian Installer
 
-Fix the root password
+                m1-d-i.tar can be extracted on the root of a msdos (vfat32) usb
+                stick and can be booted using U Boot.
 
-Automate the build of u-boot, m1n1, kernel, debootstrap, grub
+                In the initrd is a /etc/rc.local which searched for the wifi
+                firmware on any vfat, extracts it and reloads the wifi kernel
+                modules.
 
-Write a README with the installation steps
+        - Diskimage for Asahi Installer
 
-ln -s lib/systemd/systemd init
+                efi.tgz can be extracted on the root of the esp partition
 
-find . | cpio --quiet -H newc -o | pigz > /boot/initrd.gz
+                m1.tgz contains a single file which can be dded on a at least 1
+                GB big partition.
+
+                        In the disk image is a /etc/rc.local that will extract
+                        the wifi firmware, generate a /etc/fstab, install grub
+                        using Debian methods, mount /boot/efi, assigns a new
+                        UUID to the root filesystem.
+
+        - U-boot
+
+                u-boot.bin is m1n1 with dtb for all models and U Boot
+                u-boot.macho is m1n1 with dtb for all models and U Boot
+
+        - vmlinuz
+        k.deb
+        m1n1/build/m1n1.bin
+        m1n1/build/m1n1.macho
+        grubaa64.efi
Impressum, Datenschutz