]> 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>
Sun, 24 Mar 2024 12:39:41 +0000 (13:39 +0100)
commitd7704eb37be1ce1785336b6fc976c172b24f7b0b
treec9806a57030ec84e045e474199b246ed39902198
parentaa4cbee1fc4265bac4a7511ad328f59cf5fc9233
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]