Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch FAT partition to read-only and make look like a CD #7

Open
jadonk opened this issue Jan 19, 2015 · 2 comments
Open

Switch FAT partition to read-only and make look like a CD #7

jadonk opened this issue Jan 19, 2015 · 2 comments

Comments

@jadonk
Copy link
Owner

jadonk commented Jan 19, 2015

Do we really need people to edit uEnv.txt from the shared drive these days? Perhaps, but if Linux is booted it is rare that you can't at least open the virtual serial console and edit from the Linux side. I'm concerned about people corrupting it and it would allow autorun.inf to work such that Windows users start to discover the START.htm.

@jadonk
Copy link
Owner Author

jadonk commented Mar 4, 2015

@RobertCNelson if you don't object, I'll make the change to image-builder, as I think most people should be able to get into enough of Linux to edit this file.

@RobertCNelson
Copy link
Contributor

Hum, I don't even mount it by default with /etc/fstab anymore:
https://github.com/RobertCNelson/omap-image-builder/blob/master/tools/setup_sdcard.sh#L942

So it should be save to wrap it in something like, after above:

if [ "x${bborg_production}" = "xenable" ] ; then
        echo "" >> ${wfile}
fi

jadonk added a commit that referenced this issue May 19, 2015
Add nw.js build scripts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants