From 1ebde5391c369fc106035484682e77ce78103568 Mon Sep 17 00:00:00 2001 From: YellowJacketLinux Date: Sun, 13 Oct 2024 00:01:18 -0700 Subject: [PATCH] tweak grub.conf entry --- KernelBuild/02-linux-kernel.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/KernelBuild/02-linux-kernel.sh b/KernelBuild/02-linux-kernel.sh index 66d5e9c..e18e61a 100644 --- a/KernelBuild/02-linux-kernel.sh +++ b/KernelBuild/02-linux-kernel.sh @@ -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