aboutsummaryrefslogtreecommitdiff
path: root/resources/grub
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-02-13 23:38:47 +0000
committerFrancis Rowe <info@gluglug.org.uk>2015-02-13 23:38:47 +0000
commit4ebfb52f2418adf73405c90771c1b080644afed0 (patch)
tree64e66c7bc2a6692330a22588f361ff29e51be013 /resources/grub
parent50701e0614ccb2c5d87cfe17e0abc85341773260 (diff)
downloadlibrebootfr-4ebfb52f2418adf73405c90771c1b080644afed0.tar.gz
librebootfr-4ebfb52f2418adf73405c90771c1b080644afed0.zip
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')
-rw-r--r--resources/grub/config/COPYING2
-rw-r--r--resources/grub/config/seabios.cfg4
2 files changed, 1 insertions, 5 deletions
diff --git a/resources/grub/config/COPYING b/resources/grub/config/COPYING
index 05827f3e..d3deca39 100644
--- a/resources/grub/config/COPYING
+++ b/resources/grub/config/COPYING
@@ -1,7 +1,7 @@
# GRUB configuration files under resources/grub/config/
#
-# Copyright (C) 2014 Francis Rowe
+# Copyright (C) 2014, 2015 Francis Rowe
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/resources/grub/config/seabios.cfg b/resources/grub/config/seabios.cfg
deleted file mode 100644
index 8c27be0c..00000000
--- a/resources/grub/config/seabios.cfg
+++ /dev/null
@@ -1,4 +0,0 @@
-menuentry 'Load SeaBIOS' {
- set root='cbfsdisk'
- chainloader /bios.bin.elf
-}