]> cvs.zerfleddert.de Git - m1-debian/commitdiff
add the mailinglist master
authorThomas Glanzmann <thomas@glanzmann.de>
Sun, 20 Jul 2025 08:48:36 +0000 (10:48 +0200)
committerThomas Glanzmann <thomas@glanzmann.de>
Sun, 20 Jul 2025 08:48:36 +0000 (10:48 +0200)
README.md
files/quickstart.txt

index 927e83dab5b9723ab26f11e05e69ac5254ef5913..cf5411ae892e1a408228f097088267a15ca70807 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,24 @@
 This pages explains how to install Debian on Apple Silicon machines.
 
+# Debian Testing
+
+There is a new installer for Debian testing from noisycoil who is maintainer
+ of the Debian bananas team. In order to use it run and follow the instructions:
+
+```
+curl -sL https://bananas-archive.debian.net/install | sh
+```
+
+[Due to a upstream bug, on M2 systems the USB-A Ports don't work in u-boot/grub. Use an USB-C keyboard, hub or dongle to connect your keyboard.](https://salsa.debian.org/bananas-team/wip/debian-asahi-image/-/issues/12)
+
+If you need help, join us on irc.oftc.net in channel #debian-bananas. If you never used IRC, use the [OFTC Webchat](https://webchat.oftc.net/).
+
+Original announcement: [Debian on Apple M1/M2: status and call for testers](https://lists.debian.org/debian-devel/2025/06/msg00241.html)
+
+# Debian ARM Applle Mailinglist
+
+There is a [mailinglist](https://lists.debian.org/debian-arm-apple/).
+
 # Tripwires
 The USB-A Port on the Mac Mini will not work in u-boot and grub.  The two
 additional USB-3 ports on the iMac 4 port model don't work in u-boot, grub
@@ -32,6 +51,10 @@ using the following scripts:
 
         curl -sL https://tg.st/d | sh
 
+* **Or** run the Debian testing installer:
+
+        curl -sL https://bananas-archive.debian.net/install | sh
+
 * Follow the installer instructions.
 
 * Once Debian is booted log in as root without password and set a root password
@@ -104,9 +127,9 @@ Than open a terminal, and run the following commands:
 
 * You need to run the asahi installer and have either an OS installed or m1n1+UEFI.
 
-* If you have a EFI binary on the NVMe and want to boot from the usb stick, you need to interrupt u-boot on the countdown by pressing any key and run the following comamnd to boot from usb:
+* If you plug in the usb stick, u-boot automatically boot from the usb stick. If it doesn't you can interrupt u-boot with Ctrl-c and boot manually from USB:
 
-        env set boot_efi_bootmgr; run bootcmd_usb0
+        setenv boot_targets "usb" ; setenv bootmeths "efi" ; boot
 
 * Reboot with the USB stick connected, the Debian livesystem should automatically start, if it doesn't load the kernel and initrd manually, you can use tab. For x try 0,1,2,...
 
@@ -223,9 +246,9 @@ updates are a little bit more cumbersome but also seldom.
         ./configure
         make -s -j$(nproc)
 
+- Follow the instructions on <https://openzfs.github.io/openzfs-docs/Developer%20Resources/Building%20ZFS.html> how to install it.
 
 ## What about gnome?
 
 You need an unpriviledged user to log in. You should delete /etc/network/interfaces in order to manage the network under gnome. If you don't have an US keyboard, you can change the settings in Gnome > Settings > Keyboard.
 
-- Follow the instructions on <https://openzfs.github.io/openzfs-docs/Developer%20Resources/Building%20ZFS.html> how to install it.
index 5c83c0ccb0ee62fc22a8c6df77c1c1f9110003e2..abf2d31aebe0ace9e96a2f259406ba0e0532113a 100644 (file)
@@ -260,7 +260,7 @@ You delete the partitions by doing:
 # n is the partition number
 sudo parted /dev/nvme0n1 rm <n>
 
-# If you're asked if you want to proceed, say 'y'. If your asked if you want to
+# If you're asked if you want to proceed, say 'y'. When asked if you want to
 # ignore, say, ignore.
 
 Control Charging
Impressum, Datenschutz