emmett1 / lfs-scripts

Automated script to build Multilib LFS system + livecd
GNU General Public License v3.0
98 stars 46 forks source link

Salix OS works as host. #30

Open hyperclock opened 3 years ago

hyperclock commented 3 years ago

SalixOS is a GNU/Linux distribution based on Slackware and can be downloaded from SourceForge

SalixOS is much easier and faster to setup than Slackware.


Do the full install, using the password one. When finished and rebooted, do this:

The repo needs to be setup. Make a repo choice...I used the on from BG.

sudo reposetup

Update the repo

sudo slapt-get --update

Upgrade the system

sudo slapt-get --upgrade

sudo slapt-get --dist-upgrade

Get python3 & libisoburn

sudo slapt-get --install python3 libisoburn

Get zstd from src, not in the salix pkg repo

sudo slapt-src --install zstd

I reboot and it's ready as a host.

hyperclock commented 1 year ago

SalixOS 15 works out of the box.