On Tue, Mar 6, 2018 at 3:42 PM, Troy Weber <troywwe...@gmail.com> wrote:
> I have a project running on eMMC with a custom entry in the /etc/fstab
> (intended to mount a blank SD card on boot).
>
> So I use the
> /opt/scripts/tools/eMMC/beaglebone-black-make-microSD-flasher-from-eMMC.sh
> script to create an sd flasher. Then I turn around and flash the eMMC with
> it, ssh login, and find that /etc/fstab no longer has my custom entry in it.
>
> How can I resolve this? Or do I just have to flash every card and ssh in to
> add that custom fstab entry for every eMMC I flash?

'today' add your custom entries right after this line:

echo "debugfs /sys/kernel/debug debugfs defaults 0 0" >>
${tmp_rootfs_dir}/etc/fstab

https://github.com/RobertCNelson/boot-scripts/blob/master/tools/eMMC/functions.sh#L972

Regards,

-- 
Robert Nelson
https://rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAOCHtYgf2HjDzmqTYNFJ_N-bu472bRsaApb%2B88JDgy5%2BwJW%3D9Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to