I used to do this:

    perl -pi -e 's/^ExecStart/\#ExecStart/'
/lib/systemd/system/remount-rootfs.service

And then add these line to /etc/fstab:

    tmpfs                /tmp                 tmpfs      defaults
        0  0
    tmpfs                /var/run             tmpfs      defaults
        0  0



    # Add fstab lines that specify tmpfs for a couple dirs
    test `grep tmpfs /etc/fstab | wc -l` -eq 2' || ( \
          scp tmpfs_lines $(BBL):/tmp && \
          ssh $(BBL) 'cat /tmp/tmpfs_lines >>/etc/fstab' )

But it seems that /lib/systemd/system/remount-rootfs.service doesn't
exist in the current image, and it wasn't obvious what has replaced
it.

Any help modifying the above recipe or pointer to how to do it these
days would be appreciated.

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAC4O8c8QNEMkZkAvnoSj19CF8wgPLLgY%3DyOBzrmM_%3DXc77Cc9w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to