diff options
author | Libreboot Contributor <contributor@libreboot.org> | 2020-04-02 20:59:23 +0200 |
---|---|---|
committer | Libreboot Contributor <contributor@libreboot.org> | 2020-04-02 20:59:43 +0200 |
commit | a2f4bef6de0e1f5770d489e861c78890f81229c1 (patch) | |
tree | bc74ce87d44cfcae1eecff62c0fbf6a97b1812fc /i18n/fr_FR/resources/grub/config/extra | |
parent | c6cb6cf4769cd535eee9abfd41fbf717a51d067c (diff) | |
download | librebootfr-a2f4bef6de0e1f5770d489e861c78890f81229c1.tar.gz librebootfr-a2f4bef6de0e1f5770d489e861c78890f81229c1.zip |
link to french version of gplv3 at the top of i18n/fr_FR/COPYING . Also, we remove files that we haven't translated yet, it weights a lot.
Diffstat (limited to 'i18n/fr_FR/resources/grub/config/extra')
-rw-r--r-- | i18n/fr_FR/resources/grub/config/extra/common.cfg | 28 | ||||
-rw-r--r-- | i18n/fr_FR/resources/grub/config/extra/txtmode.cfg | 1 | ||||
-rw-r--r-- | i18n/fr_FR/resources/grub/config/extra/vesafb.cfg | 5 |
3 files changed, 0 insertions, 34 deletions
diff --git a/i18n/fr_FR/resources/grub/config/extra/common.cfg b/i18n/fr_FR/resources/grub/config/extra/common.cfg deleted file mode 100644 index 1d3ddcc7..00000000 --- a/i18n/fr_FR/resources/grub/config/extra/common.cfg +++ /dev/null @@ -1,28 +0,0 @@ -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 deleted file mode 100644 index 8b137891..00000000 --- a/i18n/fr_FR/resources/grub/config/extra/txtmode.cfg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/i18n/fr_FR/resources/grub/config/extra/vesafb.cfg b/i18n/fr_FR/resources/grub/config/extra/vesafb.cfg deleted file mode 100644 index e1285088..00000000 --- a/i18n/fr_FR/resources/grub/config/extra/vesafb.cfg +++ /dev/null @@ -1,5 +0,0 @@ -insmod png - -background_image (cbfsdisk)/background.png -loadfont (memdisk)/dejavusansmono.pf2 - |