We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc0931 commit b8465d1Copy full SHA for b8465d1
41_snapshots-btrfs
@@ -315,7 +315,7 @@ snapshot_list()
315
fi
316
[ ! -d "$grub_btrfs_mount_point/$path_snapshot/boot" ] && continue; # Discard snapshots without /boot folder
317
318
- # Parse Snapper & timeshift & yabsnap informations
+ # Parse Snapper & timeshift & yabsnap information
319
local type_snapshot="N/A"
320
local description_snapshot="N/A"
321
config
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
4
-GRUB_BTRFS_VERSION=4.13-fix_bashism-2024-03-06T13:23:26+00:00
+GRUB_BTRFS_VERSION=4.13-yabsnap_info_support-2024-03-06T13:43:57+00:00
5
6
# Disable grub-btrfs.
7
# Default: "false"
0 commit comments