]> git.ipfire.org Git - ipfire-2.x.git/commit
grub-btrfs: New package
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 24 Mar 2024 12:39:53 +0000 (13:39 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 26 Mar 2024 07:36:17 +0000 (07:36 +0000)
commita6d5b71f2c9e0c4819d6b8c66155d4fb4ad34fc2
treea1dc21c4d4b27a97977d0e92b45ce02c20312f20
parent32d81fdc2e57bf25bef5c36d348e3fc689218234
grub-btrfs: New package

This kind of grub addon will extend the grub boot menu by a additional
submenu where a BTRFS snapshot can be selected to directly use as root
volume and boot into it.

The grub-btrfsd daemon is using inotify(tools) to watch the snapshot directory for
new or deleted snapshots and calls grub-mkconfig to adjust the snapshot grub submenu

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/common/grub-btrfs [new file with mode: 0644]
config/rootfiles/common/x86_64/initscripts
lfs/grub-btrfs [new file with mode: 0644]
lfs/initscripts
make.sh
src/initscripts/system/grub-btrfsd [new file with mode: 0644]