View Single Post
Posts: 1,378 | Thanked: 1,604 times | Joined on Jun 2010 @ Göteborg, Sweden
#96
Originally Posted by sixwheeledbeast View Post
Code:
# cat /etc/fstab
.....

/dev/mmcblk0p3 none swap sw 0 0
Mine has all 3 swaps and that clearly is the problem.... why does /etc/event.d/rcS-late generate 3 swaps in fstab for me and not for you? /etc/event.d/rcS-late on my device is the same as yours.

Sorry to bug-on: what does
Code:
/etc/defaults/mount-opts
contain? I have just found a /etc/default/mount-opts.dpkg-dist with extended options. Did not install for some reason. It has an option
Code:
# When generating fstab add also swap partitions from SD card (if exists)
swap_sd="0"
that appears relevant.