Skip to content

Tags: voloferenc/grub-btrfs

Tags

v4.7.1

Toggle v4.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Corrects a mistake

Corrects the duplicate that appeared
Line16 should be :
`@install -Dm644 "initramfs/Arch Linux/overlay_snap_ro-hook" "$(LIB_DIR)/initcpio/hooks/grub-btrfs-overlayfs"		# Arch Linux only`

v4.7

Toggle v4.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix indentation

My IDE was set up incorrectly.
Convert all tab indentation to space.

v4.6

Toggle v4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Clean code

Clean indentation/leading/trailing space

v4.5

Toggle v4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Attempt to fix ignore specific path (Antynea#102)

* Attempt to fix ignore specific path

Attempt to fix ignore specific path Antynea#100

* Update config

v4.4

Toggle v4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add password protection support for the submenu (Antynea#97)

* Add password protection support for the submenu

Grub2 supports superuser and user access using passwords. Antynea#95

-Ability to add authorized users.
-Possibility to disable password protection for the submenu.

* Update config

* Update README.md

4.3

Toggle 4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Don't let the kernel parameters override the subvol for the snapshot (A…

…ntynea#85)

Previously, the kernel parameters came after the `rootflags=subvol=<snapshot>`
argument. This means that when the user's standard kernel parameters also
contain a `rootflags=subvol=<root>`, it will override the subvol flag of the
snapshot. So put the snapshot's subvol flag last.

v4.2.1

Toggle v4.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Test if snapper is properly configured before using it (Antynea#83)

v4.2

Toggle v4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed incorrect path to the grub-btrfs.cfg file in Grub menu (Antynea#79

)

Fix Antynea#72
The submenu generated by "grub-btrfs" doesn't load in the "GRUB menu."
Sometimes the Grub prefix and root variable don't match.
This ensures that the prefix variable is used to load the grub-btrfs.cfg file.
See
How to specify files
and
Special environment variables : root
and
Special environment variables : prefix

v4.1

Toggle v4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix Antynea#69 (Antynea#70)

Add a search command line to `grub.cfg` for find `grub-btrfs.cfg`
`search -f --set=root --no-floppy /grub/grub-btrfs.cfg`

v4.0.2

Toggle v4.0.2's commit message
fix get description when quota enabled (Antynea#68)