⚠️ Warning: This repo is not ready for production use. It has several issues which make it impractical to use at this time.
A small collection of systemd services and scripts to enable installing packages on SteamOS 3.x
Holo-Overlay persists through updates without the use of RAUC, allowing you to install it alongside other modifications that utilize it to persist. (See #2)
This is experimental software, it could potentially brick your system or otherwise degrade it's usability. Do not install unless you are prepared to recover from such an occurrence.
- Clone the repo
- Run install.sh as root
cd /tmp
git clone https://github.com/logan2611/holo-overlay.git
cd holo-overlay
sudo ./install.sh
sudo systemctl disable usr.mount var-lib-pacman.mount
sudo rm -r /etc/systemd/system/usr.mount /etc/systemd/system/var-lib-pacman.mount /etc/systemd/system/pacman-cleanup.service /opt/holo-overlay/
sudo reboot