Trisquel Equivalent to SUSE Studio?

3 replies [Last post]
cochranizer
Offline
Joined: 12/03/2017

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.

jules_verne
Offline
Joined: 01/02/2017

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...

cochranizer
Offline
Joined: 12/03/2017

That is exactly what I meant.

cochranizer
Offline
Joined: 12/03/2017

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.