Fix whitespace
[openwrt.git] / package / base-files / files / lib / functions / boot.sh
index fc93eba..66423d9 100644 (file)
@@ -142,7 +142,7 @@ fopivot() { # <rw_root> <ro_root> <dupe?>
 
 ramoverlay() {
        mkdir -p /tmp/root
-       mount -t tmpfs root /tmp/root
+       mount -t tmpfs -o mode=0755 root /tmp/root
        fopivot /tmp/root /rom 1
 }
 
This page took 0.01916 seconds and 4 git commands to generate.