Lines Matching refs:release
452 echo "Yum installing release $container_release_major.$container_release_minor for $basearch"
471 die "Unsupported release $container_release_major"
477 die "Unable to download repo file $yum_url/$repofile, release unavailable"
494 die "Unsupported release $container_release_major.$container_release_minor"
509 min_pkgs="yum initscripts passwd rsyslog vim-minimal openssh-server openssh-clients dhclient chkconfig rootfiles policycoreutils sparclinux-release"
557 if [ -f $1/etc/sparclinux-release ]; then
558 container_release_version=`cat $1/etc/sparclinux-release |awk '/^Linux/ {print $5}'`
562 echo "Unable to determine container release version"
571 -R|--release=<release> release to download for the new container
576 arch and release must also be specified
582 This template supports Linux for SPARC release 1.0
587 options=$(getopt -o hp:n:a:R:r:u:t: -l help,rootfs:,path:,name:,arch:,release:,rpms:,url:,templatefs:,patch:,baseurl: -- "$@")
602 -R|--release) container_release_version=$2; shift 2;;
621 echo "The --arch and --release must be specified when using --baseurl"
658 if [ -f /etc/sparclinux-release ]; then
660 host_release_version=`cat /etc/sparclinux-release |awk '{print $5}'`
681 echo "No release specified with -R, defaulting to 1.latest"