diff --git a/41_snapshots-btrfs b/41_snapshots-btrfs index b3201ef..222ed6c 100755 --- a/41_snapshots-btrfs +++ b/41_snapshots-btrfs @@ -43,7 +43,7 @@ # (Use only if you have custom intel-ucode or auto-detect failed.) # # * GRUB_BTRFS_IGNORE_SPECIFIC_PATH=("var/lib/docker" "nosnapshot") # # (Ignore specific path during run "grub-mkconfig") # -# * GRUB_BTRFS_CREATE_ONLY_HARMONIZED_ENTRIES="false" # +# * GRUB_BTRFS_CREATE_ONLY_HARMONIZED_ENTRIES="true" # # (Create entries with matching version number instead of all possible combinations of kernel and initramfs) # # * GRUB_BTRFS_SNAPPER_CONFIG="root" # # (Snapper's config name to use) # @@ -104,7 +104,7 @@ show_total_snap_found=${GRUB_BTRFS_SHOW_TOTAL_SNAPSHOTS_FOUND:-"true"} ## Ignore specific path during run "grub-mkconfig" ignore_specific_path=("${GRUB_BTRFS_IGNORE_SPECIFIC_PATH[@]}") ## create only entries with harmonized version numbers -harmonized_entries=${GRUB_BTRFS_CREATE_ONLY_HARMONIZED_ENTRIES:-"false"} +harmonized_entries=${GRUB_BTRFS_CREATE_ONLY_HARMONIZED_ENTRIES:-"true"} ## snapper's config name snapper_config=${GRUB_BTRFS_SNAPPER_CONFIG:-"root"} diff --git a/README.md b/README.md index 279254a..16bd873 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Add this lines to /etc/default/grub: (Ignore specific path during run "grub-mkconfig") -* GRUB_BTRFS_CREATE_ONLY_HARMONIZED_ENTRIES="false" +* GRUB_BTRFS_CREATE_ONLY_HARMONIZED_ENTRIES="true" (Create entries with matching version number instead of all possible combinations of kernel and initramfs, very useful with debian-like distributions)