Finally done!
While I am writing these lines
Simplux Alpha 1 is uploaded onto my web-server.
I had a two days struggle with cd-rom-drives. First I found out, that I unintentionally removed IDE-drivers when I upgraded to kernel 2.6.24 some weeks ago. Then the kernel contained the wrong cd-rom-driver. The init-script attempted to mount the cd with write-access and a lot other strange things happened ... - I burned the poor CD at least for twenty times until I had a fully working version!
The CD has two purposes
* beeing an installation platform for Simplux
* boot Simplux on PCs that cannot boot from USB-devices (in this case insert CD and pen-drive, the boot will start from the CD and then continue booting from the pen-drive)
It is not meant to be used directly. It is ultimately slow compared to versions running from an USB-pen-drive.
To install Simplux onto a FAT32-formatted device enter
on a shell prompt. The device should not be mounted! The installer installs the SIBLO-bootloader and copies all necessary files to the destination-device. There are no files removed - except there would be a name clash, which is very unlikely because all files are stored in the subdirectory
simplux or contain the string "simplux" or "siblo" somewhere in the filename.
To detect onto which device to install use MUT (the icon in the upper left corner). In case your pen-drive is shown as
/dev/sdc, just enter the follwing command:
Code: Select all
install_simplux --verbose /dev/sdc1
Please ensure that
at least 1GB of free space is available on the target-device! The more the better! 4GB will allow a rich environment of installed packages.
I will add more detailed instructions on the simplux-homepage within the next few days. I also want to setup a Simplux-forum.
For short:
To install addtional packages use the Gentoo commands
eix - for gathering information about packages
emerge - to install or deinstall packages
The system menu also contains
porthole - a graphical frontend to the package-manager.
For all commands are man- and info-pages available.
The download site is
http://simplux.org
I will add the download link, when the upload has been completed.
I will need some rest this weekend - the last few weeks were rather stressful!
I hope you enjoy Simplicity as much as I do!
But don't forget: It's an alpha version! This doesn't mean that it is unstable (I use it for my everyday work) but it might not work at all on some hardware. My students reported problems with USB-devices (mice and keyboards).
Edit:
I forgot to mention some essential commands:
Use
reboot and
shutdown to ensure correct shutdown of Simplux including copying all data back to the pen-drive.
There is no automatic save (every half an hour) as in Puppy. Use
merge_ramdisk whenever you want to copy files from the ramdisk-layer to the save-file. Files are
moved if possible, so after calling
merge_ramdisk, the ramdisk should be (nearly) empty again!
Edit 2:
Upload finished!
http://simplux.org/downloads/simplux.iso
Please use
wget for downloading to prevent useless retransmissions in case the connection breaks!