mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-09 13:59:51 +01:00
clfs-ng: adapt temp grub configuration after reverting kernel image change
This commit is contained in:
parent
31e8da419f
commit
388ffda463
@ -37,7 +37,7 @@ set default=0
|
|||||||
set timeout=5
|
set timeout=5
|
||||||
|
|
||||||
menuentry "LFS Temporary System" {
|
menuentry "LFS Temporary System" {
|
||||||
linux /vmlinux root=/dev/sda3 rw init=/bin/bash
|
linux /vmlinuz root=/dev/sda3 rw init=/bin/bash
|
||||||
boot
|
boot
|
||||||
}</literal>
|
}</literal>
|
||||||
EOF</userinput></screen>
|
EOF</userinput></screen>
|
||||||
|
Loading…
Reference in New Issue
Block a user