aboutsummaryrefslogtreecommitdiff
path: root/i18n/fr_FR/resources/grub/config/extra
diff options
context:
space:
mode:
authorLibreboot Contributor <contributor@libreboot.org>2020-03-18 17:20:14 +0100
committerLibreboot Contributor <contributor@libreboot.org>2020-03-18 17:20:27 +0100
commit0f6ea1c9e0a25a9b7546f96f27cef8841f0d09b5 (patch)
treea28b9403123dd6204eb2dd8cb44eada12c169f4b /i18n/fr_FR/resources/grub/config/extra
parent6e5bdd1271059a9c61c80b21001fd3d14ff25045 (diff)
downloadlibrebootfr-0f6ea1c9e0a25a9b7546f96f27cef8841f0d09b5.tar.gz
librebootfr-0f6ea1c9e0a25a9b7546f96f27cef8841f0d09b5.zip
Creation of i18n folder containing translations of the libreboot project. Added french one, not finished.
Diffstat (limited to 'i18n/fr_FR/resources/grub/config/extra')
-rw-r--r--i18n/fr_FR/resources/grub/config/extra/common.cfg28
-rw-r--r--i18n/fr_FR/resources/grub/config/extra/txtmode.cfg1
-rw-r--r--i18n/fr_FR/resources/grub/config/extra/vesafb.cfg5
3 files changed, 34 insertions, 0 deletions
diff --git a/i18n/fr_FR/resources/grub/config/extra/common.cfg b/i18n/fr_FR/resources/grub/config/extra/common.cfg
new file mode 100644
index 00000000..1d3ddcc7
--- /dev/null
+++ b/i18n/fr_FR/resources/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/i18n/fr_FR/resources/grub/config/extra/txtmode.cfg b/i18n/fr_FR/resources/grub/config/extra/txtmode.cfg
new file mode 100644
index 00000000..8b137891
--- /dev/null
+++ b/i18n/fr_FR/resources/grub/config/extra/txtmode.cfg
@@ -0,0 +1 @@
+
diff --git a/i18n/fr_FR/resources/grub/config/extra/vesafb.cfg b/i18n/fr_FR/resources/grub/config/extra/vesafb.cfg
new file mode 100644
index 00000000..e1285088
--- /dev/null
+++ b/i18n/fr_FR/resources/grub/config/extra/vesafb.cfg
@@ -0,0 +1,5 @@
+insmod png
+
+background_image (cbfsdisk)/background.png
+loadfont (memdisk)/dejavusansmono.pf2
+