Containerfile for building a Vanilla OS Desktop image for XFCE.
This image is based on top of vanillaos/core
and offers the default Vanilla OS Desktop experience with XFCE.
sh prepare.sh
podman image build -t kbdharun/vanilla-xfce .
- Edit
/etc/abroot/abroot.json
withhost-shell pkexec nano /etc/abroot/abroot.json
. - Change the "name" entry from something like
vanilla-os/desktop
tokbdharun/vanilla-xfce
. - Run
abroot upgrade
to switch to your custom image.