Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 21 years ago
parent
commit
d049bc614d
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      package/x86/grub/stone_mod_grub.sh

+ 4
- 0
package/x86/grub/stone_mod_grub.sh

@ -76,10 +76,14 @@ fallback 1
title ROCK Linux
kernel $bootdrive$bootpath/vmlinuz root=$rootdev ro
initrd $bootdrive$bootpath/initrd.img
EOT
if [ -f /boot/memtest86.bin ] ; then
cat << EOT >> /boot/grub/menu.lst
title MemTest86 (SGI memory tester)
kernel $bootdrive$bootpath/memtest86.bin
EOT
fi
gui_message "This is the new /boot/grub/menu.lst file:

Loading…
Cancel
Save