initrd.scripts: mount livecd / tmpfs with mode=0755 (instead of 0777)

master
Fabio Erculiani 12 years ago
parent 55240f15e3
commit 1b282a7c9f

@ -1557,7 +1557,7 @@ setup_squashfs_aufs() {
livecd_init() { livecd_init() {
good_msg "Making tmpfs for ${NEW_ROOT}" good_msg "Making tmpfs for ${NEW_ROOT}"
mount -n -t tmpfs tmpfs "${NEW_ROOT}" mount -n -t tmpfs -o mode=0755 tmpfs "${NEW_ROOT}"
local dirs= local dirs=

Loading…
Cancel
Save