diff --git a/41_snapshots-btrfs b/41_snapshots-btrfs old mode 100644 new mode 100755 index 8c66ec0..627c221 --- a/41_snapshots-btrfs +++ b/41_snapshots-btrfs @@ -114,7 +114,7 @@ root_uuid=$(${grub_probe} "/" --target="fs_uuid" 2>/dev/null) ## Parameters passed to the kernel kernel_parameters="$GRUB_CMDLINE_LINUX $GRUB_CMDLINE_LINUX_DEFAULT" ## Mount point location -gbgmp="/tmp/gbgmp" +gbgmp=$(mktemp -d) ## Class for theme CLASS="--class snapshots --class gnu-linux --class gnu --class os" ## save IFS