Go to file
2023-08-26 18:01:50 +02:00
.obsidian vault backup: 2023-08-26 17:43:25 2023-08-26 17:43:25 +02:00
LICENSE Initial commit 2023-08-26 15:21:09 +00:00
README.md vault backup: 2023-08-26 18:01:50 2023-08-26 18:01:50 +02:00

Installation Options:

Packages:

  • screen
  • file-roller
  • vim
  • distrobox & podman already pre-selected

First Boot Configuration Changes

First Login Screen

  1. Fill in the normal first-time login screens with your timezone, name, password, etc. It make take some time for this to finish.

Configure xsessions

This change will allow us to add in

  1. Open a terminal then open the transactional-update shell:
sudo transactional-update shell
  1. Copy /usr/share/xsessions to /opt/share/xsessions
mkdir /opt/share 
cp -rv /usr/share/xsessions/ /opt/share/
  1. Delete /usr/share/xsessions
rm -rf /usr/share/xsessions/
  1. Make a symlink from /opt/share/xsessions to /usr/share/xsessions.
ln -s /opt/share/xsessions /usr/share/xsessions