From 9feb36c8e4a1ed8a9671915848284f87695f3fbe Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 14 Nov 2024 16:51:21 +0100 Subject: kbuild: Simplify boot parameters MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- bin/kbuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/kbuild') diff --git a/bin/kbuild b/bin/kbuild index 8cb87eb..df1bed8 100755 --- a/bin/kbuild +++ b/bin/kbuild @@ -225,7 +225,7 @@ label l1 initrd /initrd.img-$name fdtdir /dtbs/$name - append root=/dev/nvme0n1p4 rw console=tty0 console=ttyS0,115200 earlycon rootwait stmmaceth=chain_mode:1 selinux=0 + append root=/dev/nvme0n1p4 rw console=tty0 console=ttyS0,115200 earlycon rootwait debug label l1r menu label Debian GNU/Linux bookworm/sid $name (rescue target) @@ -233,7 +233,7 @@ label l1r initrd /initrd.img-$name fdtdir /dtbs/$name - append root=/dev/nvme0n1p4 rw console=tty0 console=ttyS0,115200 earlycon rootwait stmmaceth=chain_mode:1 selinux=0 single + append root=/dev/nvme0n1p4 rw console=tty0 console=ttyS0,115200 earlycon rootwait single debug EXT if [ -z "\$EDITOR" ]; then -- cgit v1.2.3