X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/93701b2bec2b99d8113d8a6d9b97153e87a7e5aa..1e0479ad19b7ff1ac1fa7a835d8f85f7157e786a:/openwrt/package/base-files/default/bin/firstboot diff --git a/openwrt/package/base-files/default/bin/firstboot b/openwrt/package/base-files/default/bin/firstboot index 1d9b658b6..5d3d9677e 100755 --- a/openwrt/package/base-files/default/bin/firstboot +++ b/openwrt/package/base-files/default/bin/firstboot @@ -37,6 +37,8 @@ pivot() { # pivot_root $1 $1$2 && { mount -o move $2/dev /dev mount -o move $2/tmp /tmp + mount -o move $2/sys /sys + return 0 } }