mirror of
https://github.com/luisgbm/lfs-scripts.git
synced 2026-03-09 20:31:09 +00:00
Fixing error in grub config
This commit is contained in:
parent
0bd339d574
commit
3267f185d6
1 changed files with 2 additions and 2 deletions
|
|
@ -229,10 +229,10 @@ set default=0
|
|||
set timeout=5
|
||||
|
||||
insmod ext2
|
||||
set root=(hd0,2)
|
||||
set root=(hd0,1)
|
||||
|
||||
menuentry "GNU/Linux, Linux 5.19.2-lfs-11.2" {
|
||||
linux /boot/vmlinuz-5.19.2-lfs-11.2 root=/dev/sda2 ro
|
||||
linux /boot/vmlinuz-5.19.2-lfs-11.2 root=/dev/sda1 ro
|
||||
}
|
||||
EOF
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue