From: jow Date: Sun, 7 Nov 2010 00:26:38 +0000 (+0000) Subject: [backfire] merge r23906 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=adc94a7003b8de5029ede2d0e0dbc0b0e4e1495e;p=10.03%2Fopenwrt.git [backfire] merge r23906 git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@23907 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/base-files/files/lib/functions/boot.sh b/package/base-files/files/lib/functions/boot.sh index fc93eba49..66423d9aa 100644 --- a/package/base-files/files/lib/functions/boot.sh +++ b/package/base-files/files/lib/functions/boot.sh @@ -142,7 +142,7 @@ fopivot() { # 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 }