Hello,
I'm trying to create an init script which enables my swapfile at startup.
It is on Cacko 1.23 (SL-C3100).
script /etc/rc.d/init.d/swap,
linked in to rc3.d, rc4.d and rc5.d as S99swap.
contains (besides others) the line
swapon /hdd3/.swapfile
but on startup, I see the message flashing by that "swapon" cannot be found.
Even if I change this to
/sbin/swapon /hdd3/.swapfile
it still says that swapon is not available.
How can I know how this binary is available at the time when the init scripts are executed? OR does someone know already?
thanks
daniel