We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there, thanks for putting this together! I am getting a syntax error when running the tool:
grub-btrfs/41_snapshots-btrfs
Lines 143 to 149 in 72a3dc0
linux "/vmlinuz-0-rescue-01a9c4cabd6845548641e0d39e45051f" root=UUID=bb616308-e782-4419-8200-269af3026ed4 rd.luks.uuid=luks-bc0ec676-4e95-4373-bdc0-4257f833cad7 rhgb quiet rd.live.overlay.overlayfs=1 rootflags=compress=zstd:1,x-systemd.devi>,subvol="@/.snapshots/1/snapshot"
The full set of rootflags for that device is compress=zstd:1,x-systemd.device-timeout=0 0 0
compress=zstd:1,x-systemd.device-timeout=0 0 0
Not sure where the cutoff is happening as on my machine
grep -oE '^\s*[^#][[:graph:]]+\s+/\s+btrfs\s+[[:graph:]]+' /etc/fstab | sed -E 's/^.*[[:space:]]([[:graph:]]+)$/\1/;s/,?subvol(id)?=[^,$]+//g;s/^,//'
produces the correct(ish) value but misses the trailing 0
compress=zstd:1,x-systemd.device-timeout=0
The text was updated successfully, but these errors were encountered:
Nevermind it was my snapshot that had the broken fstab, however the additional 0s are still being trimmed
Sorry, something went wrong.
No branches or pull requests
Hi there, thanks for putting this together! I am getting a syntax error when running the tool:
grub-btrfs/41_snapshots-btrfs
Lines 143 to 149 in 72a3dc0
The full set of rootflags for that device is
compress=zstd:1,x-systemd.device-timeout=0 0 0
Not sure where the cutoff is happening as on my machine
produces the correct(ish) value but misses the trailing 0
The text was updated successfully, but these errors were encountered: