Loading bin/chroot-run.sh +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ bootstrap() { cat > $CHROOT_TARGET/tmp/chroot-prepare <<-EOF $SCRIPT_HEADER mount /proc -t proc /proc mount -t devfs devfs /dev mount -t devtmpfs devtmpfs /dev mount devpts /dev/pts -t devpts echo -e '#!/bin/sh\nexit 101' > /usr/sbin/policy-rc.d chmod +x /usr/sbin/policy-rc.d Loading Loading
bin/chroot-run.sh +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ bootstrap() { cat > $CHROOT_TARGET/tmp/chroot-prepare <<-EOF $SCRIPT_HEADER mount /proc -t proc /proc mount -t devfs devfs /dev mount -t devtmpfs devtmpfs /dev mount devpts /dev/pts -t devpts echo -e '#!/bin/sh\nexit 101' > /usr/sbin/policy-rc.d chmod +x /usr/sbin/policy-rc.d Loading