
Originally Posted by
thE_29
Another question is, when i write the file /etc/fstab will it be there after a reboot?!
If you do a :
Code:
echo "/tmp/etc/fstab" >> /tmp/local/.files
and save it to the flash:
Code:
flashfs save && flashfs commit && flashfs enable
it will be there after a reboot.

Originally Posted by
thE_29
And, when it just mounts on startup, then the text is wrong:
"21. Added support for /etc/fstab before automount"
Here it says before automount and automount is when i plug into a usb dongle or a hdd and not on startup!
Depends on how you read it...
During startup, after initialising the usb-driver, it also performs an automount, to mount devices that are present at boot time...