diff --git a/41_snapshots-btrfs b/41_snapshots-btrfs index ce840a7..5e41018 100755 --- a/41_snapshots-btrfs +++ b/41_snapshots-btrfs @@ -549,8 +549,7 @@ root_grub="$(make_system_path_relative_to_its_root /boot/$grub_directory)" # Make a submenu in GRUB (grub.cfg) cat << EOF submenu '${submenuname}' { - search -f --set=root --no-floppy /grub/grub-btrfs.cfg - configfile "${root_grub}/grub-btrfs.cfg" + configfile "\${prefix}/grub-btrfs.cfg" } EOF printf "###### - Grub-btrfs: Snapshot detection ended - ######\n" >&2 ;