Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion etc/limine-entry-tool.d/omarchy-defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ FIND_BOOTLOADERS=yes

BOOT_ORDER="*, *fallback, Snapshots"

MAX_SNAPSHOT_ENTRIES=5
# Snapper is configured with NUMBER_LIMIT="5" (see default/snapper/root).
# limine-snapper-sync also counts the freshly-created / currently-booted
# snapshot, so a steady state of 5 retained snapshots is seen as 6 entries.
# Keep this one above the Snapper limit so the counts do not mismatch:
# Snapshot limit mismatch: 6 Snapper snapshots exceed configured
# MAX_SNAPSHOT_ENTRIES=5
Comment on lines +16 to +18
MAX_SNAPSHOT_ENTRIES=6

SNAPSHOT_FORMAT_CHOICE=5