I’m a little teapot 🫖

  • 0 Posts
  • 265 Comments
Joined 1 year ago
cake
Cake day: September 27th, 2023

help-circle








  • I wrote snapshot hooks for Arch that fire before installing or upgrading packages and I have a simple shell alias that I can use to fire off a manual snapshot any time I need one. If a package breaks in an inconvenient way and can’t just be dowgraded back to function or I have some other time pressure I can just point my root partition at a clone of my most recent snapshot and reboot to roll back. I don’t usually bother rebooting into a cloned snapshot to test changes as I can just perform the same steps to roll back and the automated rolling snapshots mean I don’t need to baby anything to have the same protection.












  • Because you’re relying on compatibility between older Debian software (systemd, etc) and newer versions installed in the chroot. Things get weird quickly.

    Consider a nested privileged container instead (LXC or similar) and cross your fingers that Debian systemd and Arch systemd play nice.

    If the above fails just make a VM and pass through the GPU with GVT-g (otherwise pass through the entire GPU.)

    If all of that fails install Arch to a USB attached SSD or something.