diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-13 18:38:47 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-13 18:38:47 (EST) |
commit | 4ebfb52f2418adf73405c90771c1b080644afed0 (patch) | |
tree | 64e66c7bc2a6692330a22588f361ff29e51be013 /resources/grub/config/seabios.cfg | |
parent | 50701e0614ccb2c5d87cfe17e0abc85341773260 (diff) | |
download | libreboot-4ebfb52f2418adf73405c90771c1b080644afed0.zip libreboot-4ebfb52f2418adf73405c90771c1b080644afed0.tar.gz libreboot-4ebfb52f2418adf73405c90771c1b080644afed0.tar.bz2 |
Delete SeaBIOS from libreboot.
It was virtually useless. Noone used it. SeaBIOS is easy enough
to build from source if someone wants to use it from now on.
Diffstat (limited to 'resources/grub/config/seabios.cfg')
-rw-r--r-- | resources/grub/config/seabios.cfg | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/resources/grub/config/seabios.cfg b/resources/grub/config/seabios.cfg deleted file mode 100644 index 8c27be0..0000000 --- a/resources/grub/config/seabios.cfg +++ /dev/null @@ -1,4 +0,0 @@ -menuentry 'Load SeaBIOS' { - set root='cbfsdisk' - chainloader /bios.bin.elf -} |