Hello,
I try to activate my swap file from rc.local.
I have created a file /etc/rc.d/rc.local (renaming the old one of Cacko 1.23 to another name) and filled it with the commands:
#!/bin/sh
irattach /dev/ttyS1
swapon /hdd3/.swapfile
the irattach command is executed well.
however, the swapon command just returns
swapon: swapon: No such file or directory
/sbin/swapon is a link to /bin/busybox.
irattach is a binary in /usr/sbin/irattach.
I tried copying the link for swapon into /usr/sbin, to no avail.
I tried the command
/bin/busybox swapon /hdd3/.swapfile
in rc.local, to no avail.
Does anyone know what I have to do to make rc.local activate my swap file?
Thank you!
daniel