container-management

btrfs 'container' management pacman hook which makes a snapshot of the current state and copies the current running kernel image before applying pacman operations allowing one to boot the snapshot directly without concern of mismatched kernel modules.
Log | Files | Refs

commit 68e7c63c4b1ad160c34ffcd8db6b9439d976fbc2
parent 4b26824e2b4a231cb87d05ad4afe8098e5d1d476
Author: Jordan Beaver <jordan@beaveris.me>
Date:   Thu, 22 Aug 2024 11:17:02 -0700

descriptiony stuff

Diffstat:
Mhooks/5-container-management-pre.hook | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hooks/5-container-management-pre.hook b/hooks/5-container-management-pre.hook @@ -1,5 +1,5 @@ -# Create snapshot of current state before operation - +# Create snapshot of current state before upgrade operation +# see https://man.archlinux.org/man/alpm-hooks.5 for more information [Trigger] Operation = Upgrade Type = Package