Creating a Live Medium for Salix Openbox 14.1

djemos
Salix Warrior
Posts: 1433
Joined: 29. Dec 2009, 13:45
Location: Greece

Re: Creating a Live Medium for Salix Openbox 14.1

Post by djemos »

That's good to know. (I installed Slackel but didn't continue using it, mainly due to it's inability to mount drives I have data on and need to access). I can still boot into Slackel on that computger but may need to reinstall something to get the benefit of whatever was fixed.
Download slackellive-openbox 6.0.1
Or if you have the 6.0 version edit /etc/fstab with

Code: Select all

sudo geany /etc/fstab
keep these lines only

Code: Select all

proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
/dev/sda1 / ext4 defaults 1 1
and put a # in front of each line of other partitions
spacefm will mount them under /media
/dev/sda1 is an example. In your case it will be something else sdbx or sdax
where x is 1,2,3 etc. this is the / partition
Post Reply