aboutsummaryrefslogtreecommitdiff
path: root/projects/grub/config/extra
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2017-07-27 01:50:31 -0400
committerAndrew Robbins <contact@andrewrobbins.info>2017-07-27 01:50:31 -0400
commitb55ab260b26968bf1f1288831c4012735c1c58e7 (patch)
treec042fa41f29b671b688d492177e1ccff2f427ab5 /projects/grub/config/extra
parent311e0a0af9641d609b37cd0b9bb5adb0bc464ca4 (diff)
downloadlibrebootfr-b55ab260b26968bf1f1288831c4012735c1c58e7.tar.gz
librebootfr-b55ab260b26968bf1f1288831c4012735c1c58e7.zip
Copy resources/grub/ to projects/
Diffstat (limited to 'projects/grub/config/extra')
-rw-r--r--projects/grub/config/extra/common.cfg28
-rw-r--r--projects/grub/config/extra/txtmode.cfg1
-rw-r--r--projects/grub/config/extra/vesafb.cfg5
3 files changed, 34 insertions, 0 deletions
diff --git a/projects/grub/config/extra/common.cfg b/projects/grub/config/extra/common.cfg
new file mode 100644
index 00000000..1d3ddcc7
--- /dev/null
+++ b/projects/grub/config/extra/common.cfg
@@ -0,0 +1,28 @@
+set prefix=(memdisk)/boot/grub
+
+insmod nativedisk
+insmod ehci
+insmod ohci
+insmod uhci
+insmod usb
+insmod usbms
+insmod usbserial_pl2303
+insmod usbserial_ftdi
+insmod usbserial_usbdebug
+
+# Serial and keyboard configuration, very important.
+serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1
+terminal_input --append serial
+terminal_output --append serial
+terminal_input --append at_keyboard
+terminal_output --append cbmemc
+
+gfxpayload=keep
+terminal_output --append gfxterm
+
+# Default to first option, automatically boot after 1 second
+set default="0"
+set timeout=1
+
+# This is useful when using 'cat' on long files on GRUB terminal
+set pager=1
diff --git a/projects/grub/config/extra/txtmode.cfg b/projects/grub/config/extra/txtmode.cfg
new file mode 100644
index 00000000..8b137891
--- /dev/null
+++ b/projects/grub/config/extra/txtmode.cfg
@@ -0,0 +1 @@
+
diff --git a/projects/grub/config/extra/vesafb.cfg b/projects/grub/config/extra/vesafb.cfg
new file mode 100644
index 00000000..e1285088
--- /dev/null
+++ b/projects/grub/config/extra/vesafb.cfg
@@ -0,0 +1,5 @@
+insmod png
+
+background_image (cbfsdisk)/background.png
+loadfont (memdisk)/dejavusansmono.pf2
+