diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-09-16 18:12:04 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-09-16 18:22:54 +0100 |
commit | 40fe5eae21fca449809d1223cf4048a26f028227 (patch) | |
tree | ccb09791b06c34f8f7ef664f0c2df3f5a802de05 /resources/grub/config/menuentries/common.cfg | |
parent | d0543432adba8db52adcd74167a1706fa9cc99ba (diff) | |
download | librebootfr-40fe5eae21fca449809d1223cf4048a26f028227.tar.gz librebootfr-40fe5eae21fca449809d1223cf4048a26f028227.zip |
ROM images no longer include SeaBIOS
Instead, the user adds it afterwards. Documentation and scripts updated.
Diffstat (limited to 'resources/grub/config/menuentries/common.cfg')
-rw-r--r-- | resources/grub/config/menuentries/common.cfg | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/resources/grub/config/menuentries/common.cfg b/resources/grub/config/menuentries/common.cfg index ec476fdd..e8a32e14 100644 --- a/resources/grub/config/menuentries/common.cfg +++ b/resources/grub/config/menuentries/common.cfg @@ -11,10 +11,6 @@ menuentry 'Parse ISOLINUX menu (CD)' { set root='ata0' syslinux_configfile -i (ata0)/isolinux/isolinux.cfg } -menuentry 'Load SeaBIOS' { - set root='cbfsdisk' - chainloader /bios.bin.elf -} menuentry 'Switch to grubtest.cfg' { set root='cbfsdisk' configfile (cbfsdisk)/grubtest.cfg |