We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81137bc commit 1e946a7Copy full SHA for 1e946a7
lib.sh
@@ -66,6 +66,7 @@ mount_rootfs_all(){
66
copy_etc_files
67
mkdir -p "$INNER_TMP" || fail
68
mount -o bind "$INNER_TMP" "$ROOTFS_DIR/tmp" || fail "cannot bind /tmp."
69
+ chmod 777 "$ROOTFS_DIR/tmp" || fail
70
for d in /dev /dev/pts /proc /sys; do
71
mount -o bind "/$d" "$ROOTFS_DIR/$d" || fail "cannot bind $d"
72
done
0 commit comments