mirror of
https://github.com/YellowJacketLinux/lfs-buildscripts.git
synced 2025-01-23 14:32:20 +08:00
tweak grub.conf entry
This commit is contained in:
parent
289324fb1f
commit
1ebde5391c
@ -67,9 +67,9 @@ EOF
|
||||
|
||||
echo "root=(hd0,2)" >> /boot/grub/grub.cfg
|
||||
echo "" >> /boot/grub/grub.cfg
|
||||
echo " menuentry \"GNU/Linux, Linux ${KVSTRING}\" {" \
|
||||
echo "menuentry \"GNU/Linux, Linux ${KVSTRING}\" {" \
|
||||
>> /boot/grub/grub.cfg
|
||||
echo " linux /boot/vmlinuz-${KVSTRING} root=/dev/sda2 ro" \
|
||||
echo " linux /boot/vmlinuz-${KVSTRING} root=/dev/sda2 ro" \
|
||||
>> /boot/grub/grub.cfg
|
||||
echo "}" >> /boot/grub/grub.cfg
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user