Wouter Wijsman
Wouter Wijsman
I've been contributing to an Arch based SteamOS clone called ChimeraOS. I'm pretty sure they will implement most features from SteamOS 3 when it comes out. Otherwise I'll say maybe,...
I have only tested it on Debian 9, I'm afraid. The script which debootstrap uses is a copy of /usr/share/debootstrap/scripts/jessie file installed by debootstrap in Debian 9. If you are...
I tested this on Ubuntu 18.10 yesterday to see if I can reproduce this, but I did not get this error :/ Could you tell me what you are trying...
No problem. On Ubuntu I installed the docker.io and the debootstrap packages with: ``` sudo apt-get install docker.io debootstrap ``` Cloned the repo ofc: ``` git clone https://github.com/sharkwouter/steamos-container-creator.git cd steamos-container-creator...
It is created in the setup-chroot.sh script. The naming might be a bit off, since it builds the full container from scratch with debootstrap and the docker file.
I wanted it to be as close as possible to a real SteamOS installation, which is why I'm pulling in the base installation from the SteamOS repo with debootstrap. Like...
I'm actually using Debian 9. I guess I kinda forgot about other systems when I made this, since I have this container up on the dockerhub as well.
You can make a Dockerfile which uses sharkwouter/steamos as base and just runs "apt-get update && apt-get dist-upgrade" to create a new image. Then you'd have the latest version. If...
It isn't very active anymore, the ISO files available for download are really old. You should be able to update thrm to the latest version of SteamOS, though, but the...
I'm surprised you experience them as being slow. Maybe you live far away from the server. Adding a torrent could be a good idea, but I'm not sure how to...