I'm trying to remaster the smallest version of piCore so that it mounts the partition on the SD card and copies some config files off, so changes can be made by a Windows user.
I've tried adding it to fstab and adding a mount command in both bootsync.sh and bootlocal.sh but whatever I do the partition does not get mounted and any errors that may be displayed are gone before I have a chance to see them - adding a "sleep" to the script does not help.
I know this goes against the idea of cloud mode but I only want it mounted for a few seconds, surely it's possible...
Any ideas what I'm missing?
EDIT: I'm missing that my script fails before it gets to the mount line... Still intrigued as to why fstab is ignored though.