aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2024-11-14 16:51:21 +0100
committerMiquel Sabaté Solà <mikisabate@gmail.com>2024-11-14 16:51:21 +0100
commit9feb36c8e4a1ed8a9671915848284f87695f3fbe (patch)
treede0f2a0aeb68fec5db1f756ee508a484d1fe4fae
parent4bfe653773208f9d9aad7d96ef4401cf074c45c1 (diff)
downloaddotfiles-9feb36c8e4a1ed8a9671915848284f87695f3fbe.tar.gz
dotfiles-9feb36c8e4a1ed8a9671915848284f87695f3fbe.zip
kbuild: Simplify boot parameters
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
-rwxr-xr-xbin/kbuild4
1 files changed, 2 insertions, 2 deletions
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