Searched refs:clean (Results 1 - 9 of 9) sorted by relevance
/lxc/templates/ |
H A D | lxc-opensuse.in | 206 CLEAN_BUILD=1 BUILD_ARCH="$arch" BUILD_ROOT="$cache/partial-$arch" BUILD_DIST="$cache/partial-$arch-packages/opensuse.conf" PATH="$PATH:$BUILD_DIR" $BUILD_DIR/init_buildsystem --clean --configdir $BUILD_DIR/configs --cachedir $cache/partial-$arch-cache --repository $cache/partial-$arch-packages/var/cache/zypp/packages/repo-oss/suse/$arch --repository $cache/partial-$arch-packages/var/cache/zypp/packages/repo-oss/suse/noarch --repository $cache/partial-$arch-packages/var/cache/zypp/packages/update/$arch --repository $cache/partial-$arch-packages/var/cache/zypp/packages/update/noarch || return 1 215 # really clean the image 378 clean() 403 $1 -h|--help -p|--path=<path> -r|--release nn.n --clean 413 options=$(getopt -o hp:n:r:c -l help,rootfs:,path:,name:,release:,clean -- "$@") 428 -c|--clean) clean=1; shift 1;; 434 if [ ! -z "$clean" -a -z "$path" ]; then 435 clean || exit 1 524 if [ ! -z "$clean" ]; the [all...] |
H A D | lxc-slackware.in | 135 # and some other small fixes for a clean boot 603 # clean previous installs 657 clean() 681 $1 -h|--help -p|--path=<path> --clean 686 options=$(getopt -o hp:n:a:r:c -l help,rootfs:,path:,name:,arch:,release:,clean -- "$@") 702 -c|--clean) clean=$2; shift 2;; 708 if [ ! -z "$clean" -a -z "$path" ]; then 709 clean || exit 1 788 if [ ! -z $clean ]; the [all...] |
H A D | lxc-centos.in | 535 $YUM clean packages 658 clean() 685 [-p|--path=<path>] [-c|--clean] [-R|--release=<CentOS_release>] [-a|--arch=<arch of the container>] 691 -c,--clean clean the cache 701 options=$(getopt -o a:hp:n:cR: -l help,path:,rootfs:,name:,clean,release:,repo:,arch:,fqdn: -- "$@") 716 -c|--clean) clean=1; shift 1;; 726 if [ ! -z "$clean" -a -z "$path" ]; then 727 clean || exi [all...] |
H A D | lxc-openmandriva.in | 295 clean() 321 [-p|--path=<path>] [-c|--clean] [-R|--release=<openmandriva2013.0/rosa2012.1/cooker/ release>] 331 -c,--clean clean the cache 346 options=$(getopt -o hp:n:P:cR:4:6:g:d:A -l help,rootfs:,path:,name:,profile:,clean:,release:,ipv4:,ipv6:,gw:,dns:,arch: -- "$@") 374 -c|--clean) clean=1; shift 1;; 388 if [ ! -z "$clean" -a -z "$path" ]; then 389 clean || exit 1 480 if [ ! -z "$clean" ]; the [all...] |
H A D | lxc-altlinux.in | 335 clean() 361 [-p|--path=<path>] [-c|--clean] [-R|--release=<ALTLinux_release>] 371 -c,--clean clean the cache 386 options=$(getopt -o hp:n:P:cR:4:6:g:d: -l help,rootfs:,path:,name:,profile:,clean,release:,ipv4:,ipv6:,gw:,dns: -- "$@") 401 -c|--clean) clean=1; shift 1;; 412 if [ ! -z "$clean" -a -z "$path" ]; then 413 clean || exit 1 481 if [ ! -z "$clean" ]; the [all...] |
H A D | lxc-debian.in | 467 clean() 497 Usage: $1 -h|--help -p|--path=<path> [-c|--clean] [-a|--arch=<arch>] [-r|--release=<release>] 516 -c, --clean only clean up the cache and terminate 530 options=$(getopt -o hp:n:a:r:c -l arch:,clean,help,enable-non-free,mirror:,name:,packages:,path:,release:,rootfs:,security-mirror: -- "$@") 565 -c|--clean) clean=1; shift 1;; 578 if [ ! -z "$clean" -a -z "$path" ]; then 579 clean || exit 1 670 if [ ! -z "$clean" ]; the [all...] |
H A D | lxc-fedora.in | 1157 clean() 1183 [-p|--path=<path>] [-c|--clean] [-R|--release=<Fedora_release>] 1193 -c,--clean clean the cache 1204 options=$(getopt -o a:hp:n:cR: -l help,path:,rootfs:,name:,clean,release:,arch:,fqdn:,mask-tmp -- "$@") 1221 -c|--clean) clean=1; shift 1;; 1231 if [ ! -z "$clean" -a -z "$path" ]; then 1232 clean || exit 1 1423 if [ ! -z "$clean" ]; the [all...] |
H A D | lxc-plamo.in | 289 [-c|--clean] [-r|--release=<release>] [-a|--arch=<arch>] 299 clean=0 304 lopts=help,path:,name:,rootfs:,clean,release:,arch:,bindhome: 316 -c|--clean) clean=1 ; shift 1 ;; 324 if [ $clean -eq 1 -a -z "$path" ] ; then 371 if [ $clean -eq 1 ] ; then
|
H A D | lxc-ubuntu.in | 415 chroot "$1/partial-${arch}" apt-get clean
|
Completed in 24 milliseconds