Hey, On Sun, Sep 28, 2025 at 6:00 AM Pocket <[email protected]> wrote: [...]
> Also if I can use the root subvolume as a template will the subsequent > containers be updated when I use pacman -Syu to update the root subvolume I recommend checking the wiki if you haven't already. [1] Below is an initial example that requires root privileges. Have you tried it yet? ``` sudo btrfs subvolume snapshot / /var/lib/machines/test-snapshot sudo machinectl start test-snapshot systemctl status [email protected] journalctl -b -u [email protected] sudo machinectl list sudo machinectl shell test-snapshot sudo machinectl stop test-snapshot ``` [1] https://wiki.archlinux.org/title/Systemd-nspawn Best, M. -- keyId: 0x4EDB194BC2B1A751 fpr: 0E79 1642 72EB 9AC9 4D53 2DE2 4EDB 194B C2B1 A751
