]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commit
grub-btrfs: New package
authorStefan Schantl <stefan.schantl@ipfire.org>
Wed, 28 Feb 2024 17:37:21 +0000 (18:37 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Wed, 28 Feb 2024 17:37:21 +0000 (18:37 +0100)
commit3c86198edc524b72dfde6ff607315cfbff014797
treed3a603f1aa297ffb27cba82ec5746d988decd6c0
parent2f9689657cf23ee0d0430e4c07e61303bff1ef5d
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>
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]