19
19
echo "Mounting chroot for build $BUILDID"
21
21
$SUDO mount -t proc none "$HOME/build-$BUILDID/chroot-autobuild/proc"
23
23
$SUDO mount -t sysfs none "$HOME/build-$BUILDID/chroot-autobuild/sys"
24
24
$SUDO mount -t tmpfs none "$HOME/build-$BUILDID/chroot-autobuild/dev/shm"
25
25
$SUDO cp /etc/hosts /etc/hostname /etc/resolv.conf $HOME/build-$BUILDID/chroot-autobuild/etc/