Pommes wrote: > rcS.local sounds a good idea from my amateur perspective. > One question: would I just insert this one command into this file or > copy all lines of original rcS into the rcS.local? > So if a local file exists, does it still execute the original? > > I will stop remote login on my squeezebox once I am done with this to > minimize risks. On many Linux systems there are scripts which are executed at various stages of boot process: rcS, rc1,rc2,rc3,rc4 and rc5 - each of these will check if an associated "rcX.local" file exists and call it from the relevant rcX script.
In your case - rcS.local should just have your line the amixer one. The Logitech provided rcS file should be left untouched - this way if rcS is ever changed/updated - your file will still be executed at the right time and not be dependent on what is in rcS. The point I was making about permissions is that, if you get into the habit of first applying 777 at the sign of a problem on any Linux such as a Pi (or even Windows equivalent) - it will get you into trouble eventually. ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=110126 _______________________________________________ Touch mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/touch
