diff options
author | Ivan Kovmir <i@kovmir.eu> | 2024-04-22 16:04:34 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-23 09:38:27 +0700 |
commit | b9b783ce34feed0c9791b96938b49c803f248842 (patch) | |
tree | fe4cd31c221e2ff9498cb9aa19ae9abb2dff865f /system/limine/limine-sample.cfg | |
parent | 9a2ed7e0fd2f7a62a9b5dc6afb38bc2923032330 (diff) |
system/limine: Updated for version 7.4.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/limine/limine-sample.cfg')
-rw-r--r-- | system/limine/limine-sample.cfg | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/system/limine/limine-sample.cfg b/system/limine/limine-sample.cfg index 34aeb2411d06e..237c2047a2563 100644 --- a/system/limine/limine-sample.cfg +++ b/system/limine/limine-sample.cfg @@ -1,9 +1,8 @@ -TIMEOUT=5 # Boot prompt timeout in seconds. -TERM_FONT_SCALE=2x2 # Scale font both vertically and horizontally. +# Boot prompt timeout in seconds. +TIMEOUT=5 +# Scale font both vertically and horizontally. +TERM_FONT_SCALE=2x2 -# Example Slackware boot entry. -# Limine can boot Linux natively. -# # boot:// refers to the partition limine config is located at. :Slackware PROTOCOL=linux @@ -11,12 +10,4 @@ TERM_FONT_SCALE=2x2 # Scale font both vertically and horizontally. MODULE_PATH=boot:///EFI/Slackware/initrd.gz # Adjust ramdisk path. CMDLINE=root=/dev/sda3 vga=normal ro # Adjust root filesystem path. -# Example MS Windows entry using UEFI bootloader chainloading. -# Limine cannot boot MS Windows natively, so it will instead launch the UEFI -# bootloader provided by MS Windows and let it do the job. -# -# This entry refers to the partition by its UUID, invoke `sudo blkid` to list -# out partition UUIDs. -:Windows - PROTOCOL=chainload - IMAGE_PATH=uuid://6c1ac528-cc9a-804d-b28a-82b7ae8ec9d7/EFI/Microsoft/Boot/bootmgfw.efi +# For more examples, see https://wiki.archlinux.org/title/Limine |