tweak grub.conf entry

This commit is contained in:
YellowJacketLinux 2024-10-13 00:01:18 -07:00
parent 289324fb1f
commit 1ebde5391c

View File

@ -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