Hi all,
I'm running slackware-current and building a livecd from it. Trying to spare some memory and speed up the boot, I made /bin/sh point to /bin/ash. Upon reboot I noticed an error for rc.udev :
Code:
/etc/rc.d/rc.udev: 57: Syntax error: Bad substitution
Except for this script, all others can run with ash.
I can make my slackware with udev, hal and all others boot in 20 seconds or so on my *laptop* and most of this time is caused by the kernel or a few commands so using ash wouldn't speed things much anyway.
However this makes me curious : do many people use, or would like to use, ash for their startup script ?
Thanks.