mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
21 lines
421 B
Plaintext
21 lines
421 B
Plaintext
TARGET_OS_NAME="Omarchy"
|
|
|
|
ESP_PATH="/boot"
|
|
|
|
KERNEL_CMDLINE[default]+="@@CMDLINE@@"
|
|
KERNEL_CMDLINE[default]+=" quiet splash loglevel=0 systemd.show_status=false rd.udev.log_level=0 vt.global_cursor_default=0"
|
|
|
|
ENABLE_UKI=yes
|
|
CUSTOM_UKI_NAME="omarchy"
|
|
|
|
ENABLE_LIMINE_FALLBACK=yes
|
|
|
|
# Find and add other bootloaders
|
|
FIND_BOOTLOADERS=yes
|
|
|
|
BOOT_ORDER="*, *fallback, Snapshots"
|
|
|
|
MAX_SNAPSHOT_ENTRIES=5
|
|
|
|
SNAPSHOT_FORMAT_CHOICE=5
|