diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-12-13 22:31:00 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-12-13 22:31:00 +0000 |
commit | 93e9ac85ae7171dc596c84c351e99cf5f6e6d613 (patch) | |
tree | eb9c2cddc4dbfb80254e2ace09870d8fbefc751a /resources | |
parent | 32d14f56fac4f82e5c07eb483cd0bc7ac6e8c022 (diff) | |
download | librebootfr-93e9ac85ae7171dc596c84c351e99cf5f6e6d613.tar.gz librebootfr-93e9ac85ae7171dc596c84c351e99cf5f6e6d613.zip |
remove seabios from grub.cfg
Diffstat (limited to 'resources')
-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 81af916f..39fc1c27 100644 --- a/resources/grub/config/menuentries/common.cfg +++ b/resources/grub/config/menuentries/common.cfg @@ -156,7 +156,3 @@ menuentry 'Poweroff [p]' --hotkey='p' { menuentry 'Reboot [r]' --hotkey='r' { reboot } -menuentry 'Load SeaBIOS' { - set root='cbfsdisk' - chainloader /bios.bin.elf -} |