I was hoping to upgrade but the queues are minimum 3 months for anything and might wait a bit more hoping they'll be able to scale up production (or maybe I'm just dreaming)
maybe pointers to virtualization ideas?
Then I use virsh (command-line) and/or virt-manager (gui) to create virtual machines (these in turn talk to libvirt). The machines kan be anything Qemu supports, so you can emulate PA-RISC, Alpha, Mips, ARM, i386, AMD64, you name it. You can then install OS'es on them. There are some freaks out there that have been running Windows NT MIPS and HP-UX 10.20 for PA-RISC on it.
Most of my machines are doing KVM, which essentially is hardware-assisted virtualization. This requires the VM to be AMD64 though.
I currently run 10 virtual machines:
castel (rhel6) - chimera (chimera-linux) - dragon (dragonflybsd6) - falcon (freebsd13) - gygax (guix) - haiku (haiku) - nomon (netbsd9) - seven (win7) - square (winnt) - xenon (alpine)
You have a gui to these things (and SSH of course) through Spice. With the right drivers and agents (not available for all operating systems) you even have automatic guest display resizing, mouse in/out, copy/paste, etc.
So have been going for 6 hours, definitely some heavier CPU usage during the conference call and youtube videos, current battery is at 33% and indicates (based on my current usage: updating my blog and firefox'ing around) 3 hours and 45 minutes left.
systemctl enable gdm.service
systemctl start gdm.service
can be combined in one command: systemctl enable --now gdm.service“here is the partition structure i want, here is the filesystem, the users, the packages i need installed and the services i need running”
Setting up machines and customizing installations would be a breeze.
Doing some things idempotently can be an interesting challenge
In case those that didn't know, the FW laptop is so popular amongst Arch users that it has its own dedicated Wiki page (and thread on the Framework discus)
For example many ThinkPad models do: https://wiki.archlinux.org/title/Laptop/Lenovo but also a number of ASUS machines: https://wiki.archlinux.org/title/Laptop/ASUS etc.
Update: Ha! I got this working. I added a "code { white-space: pre-wrap !important;}" css line in the <style> section of my custom html header. Seems to look much better.