-
Notifications
You must be signed in to change notification settings - Fork 56
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
the files copied to the chroot etc are executable #14
Comments
usb sticks and sdcards most probably will have vfat, which will have executable set... |
Are you saying every file is marked as executable? |
yes whatever gets copied from the USB stick definitely I think also the ones you create in $tmp_dir, and copy later to the chroot, just because $tmp_dir is also on the USB stick which is vfat |
Hm, might be how the transition from fat to ext is handled. Can you get me the list of file permissions for the files once they are in the chroot? |
Sorry, I did the install by "manually" doing the iso->tar.gz and using a previous version of your script. |
okay, stealing some logs from https://gist.github.com/mpmc/5668e9f23fa36bd81fcb
those files all get the executable perm An idea would be to copy them first to e.g. /tmp/somefolder set there -x and copy after that to the chroot |
I'll look into getting this dealt with. |
everything under
ubuntu-chromebook-installer/profiles/default/system/etc
ubuntu-chromebook-installer/profiles/devices/acer-c720/system
and also what the script creates, like
/etc/hosts
/etc/resolv.conf
/etc/fstab
The text was updated successfully, but these errors were encountered: