Hello,I have installed Slax on an hard disk ,all ok,but,when I make a change (I set a manual ip to connect), after a reboot,this setting turns to default.Why?
Is possible to set an application to run at the start?
Thanks
I have slax 6.0.9
In addition to Jcsoh's suggestion, be aware that you can run a script of your own at boot; just tack its name onto the existing autoexec= command in slax.cfg.
@ ziopio ... any shell commands you can use to force the IP can be put into a script, which can be put into the autorun folder. Don't forget to chmod +x myscript to make it executable.
You can also invoke it at boot time; just add it to the existing autoexec= command(s). Even works for people booting from a cd; the script can be located on a partition that slax would mount during bootup.
autoexec=xconf;telinit~4 could become instead autoexec=/mnt/sda1/myscript;xconf;telinit~4