Hello, I wish to thank all of you for this wonderful firmware,

I'm trying to set up a server on my WL-HDD but I was'nt able to activete swap automatically, here is my setup, immediately after reboot:

[admin@wl root]$ ls -l /usr/local/sbin/
-rwxr-xr-x 1 admin root 19 Mar 7 10:51 post-boot
-rwxr-xr-x 1 admin root 62 Mar 7 11:34 pre-boot

[admin@wl root]$ cat /usr/local/sbin/pre-boot
#!/bin/sh
/sbin/swapon /dev/ide/host0/bus0/target0/lun0/part1

[admin@wl root]$ free
total used free shared buffers
Mem: 14148 10196 3952 0 1224
Swap: 0 0 0
Total: 14148 10196 3952

[admin@wl root]$ /usr/local/sbin/pre-boot

[admin@wl root]$ free
total used free shared buffers
Mem: 14148 10252 3896 0 1224
Swap: 64220 0 64220
Total: 78368 10252 68116

Now it's on!!

It seems like pre-boot is not executed, or maybe something is wrong in it.

Should I move the swapon command in post-boot?