diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-11-14 16:51:21 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-11-14 16:51:21 +0100 |
| commit | 9feb36c8e4a1ed8a9671915848284f87695f3fbe (patch) | |
| tree | de0f2a0aeb68fec5db1f756ee508a484d1fe4fae /bin | |
| parent | 4bfe653773208f9d9aad7d96ef4401cf074c45c1 (diff) | |
| download | dotfiles-9feb36c8e4a1ed8a9671915848284f87695f3fbe.tar.gz dotfiles-9feb36c8e4a1ed8a9671915848284f87695f3fbe.zip | |
kbuild: Simplify boot parameters
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/kbuild | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
