From 4017f4c72761e5e6e8044099363e5b2878a5a0a5 Mon Sep 17 00:00:00 2001 From: oxmc7769 Date: Sat, 7 Mar 2026 05:56:42 -0800 Subject: [PATCH] arm64 (rpi) changes --- .../00-patches-rpi-only/{02-inputrc.diff => 01-inputrc.diff} | 0 stage2/01-sys-tweaks/00-patches-rpi-only/01-resize-init.diff | 5 ----- stage2/01-sys-tweaks/00-patches-rpi-only/series | 2 +- 3 files changed, 1 insertion(+), 6 deletions(-) rename stage2/01-sys-tweaks/00-patches-rpi-only/{02-inputrc.diff => 01-inputrc.diff} (100%) delete mode 100644 stage2/01-sys-tweaks/00-patches-rpi-only/01-resize-init.diff diff --git a/stage2/01-sys-tweaks/00-patches-rpi-only/02-inputrc.diff b/stage2/01-sys-tweaks/00-patches-rpi-only/01-inputrc.diff similarity index 100% rename from stage2/01-sys-tweaks/00-patches-rpi-only/02-inputrc.diff rename to stage2/01-sys-tweaks/00-patches-rpi-only/01-inputrc.diff diff --git a/stage2/01-sys-tweaks/00-patches-rpi-only/01-resize-init.diff b/stage2/01-sys-tweaks/00-patches-rpi-only/01-resize-init.diff deleted file mode 100644 index e508a9f..0000000 --- a/stage2/01-sys-tweaks/00-patches-rpi-only/01-resize-init.diff +++ /dev/null @@ -1,5 +0,0 @@ ---- stage2.orig/rootfs/boot/firmware/cmdline.txt -+++ stage2/rootfs/boot/firmware/cmdline.txt -@@ -1 +1 @@ --console=serial0,115200 console=tty1 root=ROOTDEV rootfstype=ext4 fsck.repair=yes rootwait -+console=serial0,115200 console=tty1 root=ROOTDEV rootfstype=ext4 fsck.repair=yes rootwait quiet init=/usr/lib/raspberrypi-sys-mods/firstboot diff --git a/stage2/01-sys-tweaks/00-patches-rpi-only/series b/stage2/01-sys-tweaks/00-patches-rpi-only/series index 7bc2773..465941a 100644 --- a/stage2/01-sys-tweaks/00-patches-rpi-only/series +++ b/stage2/01-sys-tweaks/00-patches-rpi-only/series @@ -1 +1 @@ -01-resize-init.diff +01-inputrc.diff