Lines Matching refs:run
423 # run time environment which has all the pieces to run rpm and yum and
434 # given architecture. Note that this only has to run once for
514 # have another Fedora cache directory from which we could run...
547 BOOTSTRAP_INSTALL_ROOT=/run/install
651 # Setup stage1 image with pieces to run installs...
659 mkdir run/install
688 # run yum and rpm and that the stage2 rpm database is coherent.
699 mount -o bind ../bootstrap run/install
703 chroot . rpm --root /run/install --nodeps -ivh fedora-release-*
706 sed -i "s|\$basearch|$basearch|" ./run/install/etc/yum.repos.d/*
708 chroot . yum -y --nogpgcheck --installroot /run/install install python rpm yum
710 umount run/install
745 # We know have a working run time environment in rootfs...
758 BOOTSTRAP_INSTALL_ROOT=/run/install
775 [[ -d ${BOOTSTRAP_DIR}/run/install ]] || mkdir -p ${BOOTSTRAP_DIR}/run/install
777 mount -o bind ${INSTALL_ROOT} ${BOOTSTRAP_DIR}/run/install
793 umount ${BOOTSTRAP_DIR}/run/install
798 # require a run time environment by calling the routines above...
968 # to the ${BOOTSTRAP_CHROOT}/run/install directory! This is
1132 # When using LXC with apparmor, uncomment the next line to run unconfined:
1364 echo "This script should be run as 'root'"
1444 This is only used in the creation of the bootstrap run-time-environment