You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Improvement:
Script:
Grub-menu:
Boot partition detection:
grub-btrfs
is now able to detect if the boot folder/partition is a subvolume.GRUB_BTRFS_OVERRIDE_BOOT_PARTITION_DETECTION
should no longer be needed for this case.Make path of
grub-mkconfig_lib
configurable:datarootdir
variable, is no longer used$datarootdir/grub/grub-mkconfig_lib
with${GRUB_BTRFS_MKCONFIG_LIB:-/usr/share/grub/grub-mkconfig_lib}
Config file:
GRUB_BTRFS_TITLE_FORMAT:
Default: ("date" "snapshot" "type" "description")
GRUB_BTRFS_IGNORE_SNAPPER_TYPE:
GRUB_BTRFS_IGNORE_SNAPPER_DESCRIPTION:
GRUB_BTRFS_OVERRIDE_BOOT_PARTITION_DETECTION:
grub-btrfs
is now able to detect if the boot folder/partition is a subvolume.Activating this parameter should no longer be necessary for this case.
GRUB_BTRFS_SCRIPT_CHECK:
grub-script-check
configurable.grub2-script-check
on some systems (Fedora ...).GRUB_BTRFS_MKCONFIG_LIB:
grub-mkconfig_lib
file configurable./usr/share/grub2/grub-mkconfig_lib
on some systems (Opensuse ...)OpenRC support update:
Makefile:
Install target:
SYSTEMD
andOPENRC
:systemd
orOpenRC
files.systemd
files are installed, invokedmake SYSTEMD=false OPENRC=true install
to installOpenRC
files instead.Help target:
systemd
files (make parameter SYSTEMD).OpenRC
files (make parameter OPENRC).Readme:
Automatically update grub
section:Miscellaneous:
Script:
Snapper:
Timeshift:
Ignore snapper/timeshift snapshot as soon as possible.
Show full path snapshot or only name:
Probe informations from device:
GRUB_BTRFS_PREFIXENTRY is remove.
Variables:
Header:
Replace
grub_script_check
variable withGRUB_BTRFS_SCRIPT_CHECK
, see config file.Adds missing initrd
Config file:
GRUB_BTRFS_PREFIXENTRY:
GRUB_BTRFS_DISPLAY_PATH_SNAPSHOT:
GRUB_BTRFS_PREFIXENTRY:
GRUB_BTRFS_DISPLAY_PATH_SNAPSHOT:
Readme:
Update
What does grub-btrfs v4.xx do
sectionUpdate
Installation
sectionThis discussion was created from the release v4.11.
Beta Was this translation helpful? Give feedback.
All reactions