diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-09-16 13:12:04 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-09-16 13:22:54 (EDT) |
commit | 40fe5eae21fca449809d1223cf4048a26f028227 (patch) | |
tree | ccb09791b06c34f8f7ef664f0c2df3f5a802de05 /resources/grub/config/seabios.cfg | |
parent | d0543432adba8db52adcd74167a1706fa9cc99ba (diff) | |
download | libreboot-40fe5eae21fca449809d1223cf4048a26f028227.zip libreboot-40fe5eae21fca449809d1223cf4048a26f028227.tar.gz libreboot-40fe5eae21fca449809d1223cf4048a26f028227.tar.bz2 |
ROM images no longer include SeaBIOS
Instead, the user adds it afterwards. Documentation and scripts updated.
Diffstat (limited to 'resources/grub/config/seabios.cfg')
-rw-r--r-- | resources/grub/config/seabios.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/grub/config/seabios.cfg b/resources/grub/config/seabios.cfg new file mode 100644 index 0000000..8c27be0 --- /dev/null +++ b/resources/grub/config/seabios.cfg @@ -0,0 +1,4 @@ +menuentry 'Load SeaBIOS' { + set root='cbfsdisk' + chainloader /bios.bin.elf +} |