Trisquel Equivalent to SUSE Studio?
- Login o registrati per inviare commenti
I just want to say that I loved SUSE Studio's ease of customization of distros and stuff like that. But as SUSE has non-free components (and recently shut down), I was wondering if Trisquel can host a user-friendly alternative...on the blockchain.
That is a very specific request. I don't believe thare's anything like this.
I take that by "trisquel equivalent" you actually meant free software only...
That is exactly what I meant.
Okay, so I am building a method to create an equivalent using Debootstrap, chroot and Synaptic.
xhost +
sudo apt-get install debootstrap
sudo debootstrap /home/user/distro-name
password
sudo chroot /home/user/distro-name
password
sudo apt-get update
sudo apt-get install xinit synaptic
sudo export DISPLAY=:0.0
synaptic
Hopefully this helps.
EDIT: Apparently it doesn't because the package "gsettings-desktop-schemas" is not available in the chroot.
- Login o registrati per inviare commenti