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