Lines Matching refs:mount
278 # lxc will maintain these links and bind mount ptys over /dev/lxc/*
314 mount -o bind /dev ${rootfs_path}/dev
315 mount -t proc proc ${rootfs_path}/proc
348 # don't mount devpts, for pete's sake
379 chroot ${rootfs_path} ln -s /dev/null /etc/systemd/system/tmp.mount
531 mount -o bind /dev ${bootstrap}/dev
532 mount -t proc proc ${bootstrap}/proc
570 # mount image to "squashfs"
571 # mount contained LiveOS to stage0
606 mount -o loop ../LiveOS/squashfs.img squashfs
612 available to mount image. Unable to continue. Correct and retry
620 mount -o loop squashfs/LiveOS/rootfs.img stage0
654 mount -o bind /dev dev
655 mount -t proc proc proc
699 mount -o bind ../bootstrap run/install
719 mount -o bind /dev dev
720 mount -t proc proc proc
773 echo "Mounting Bootstrap mount points"
777 mount -o bind ${INSTALL_ROOT} ${BOOTSTRAP_DIR}/run/install
778 mount -o bind /dev ${BOOTSTRAP_DIR}/dev
779 mount -t proc proc ${BOOTSTRAP_DIR}/proc
966 # crosses TWO chroot boundaries linked by a bind mount!
967 # In the bootstrap case, that's the bind mount of ${INSTALL_ROOT}
969 # a deliberate hack across that bind mount to do a database
990 mount -t proc proc proc
991 mount -o bind /dev dev
1025 mount -o bind /dev ${cache}/rootfs/dev
1026 mount -t proc proc ${cache}/rootfs/proc