Now the question is, how to make a shell script out of the commands you’ll end up with at the end? The settings are forgotten by the disk once powered off so it would be nice to have a shellscript in the /.kde4/autostart/ folder to execute the command.
The template is in /etc/init.d/skeleton. Copy it to a fiile with a name usefull for what you are doing. Read the documentation inside. In your case I think you only need statements in the start) part. Define the runlevel in the INIT INFO part. Now you can switch it on/off with YaST > System > System Services (Runlevel).
That is a very sensible idea of malcolmlewis. Maybe it is possible now to build a nice start/stop script that gets all of its info from the config file and publish that script in the WIKI, to be copied by an implementor. All that must be done by the implementor is building the configuration file.
Nice programming workout for Axeia
BTW Axeia, I read your WIKI, very interresting and well written (IMHO).
I made two changes.
One was a typo: a ’ to much in your /dev/sd* list.
The other is that I prefer very much **su - **over su. It sets the complete environment of root. When root runs in the environment of ‘some’ user a wretched PATH (on purpose or not) can create havoc. >:(
And as an afterthought I was amazed by the dir -l /dev/sd*. That is sooo MS-DOS! The *NIX command is **ls.**lol!