Sha256: da58f589eda2ccfeb7d96ee318067cb2904a2c2566da6095ba1a17c01b2095de

Contents?: true

Size: 1.41 KB

Versions: 14

Compression:

Stored size: 1.41 KB

Contents

# settings that will be shared between all scripts

cat <<DATAEOF > "/etc/profile.d/veewee.sh"
# stage 3 filename and full url
# retrieve from Gentoo current autobuild txt - these change regularly

# distfiles source
distfiles_url=http://distfiles.gentoo.org

build_arch="x86"
build_proc="i686"
stage3current=\`curl -s \${distfiles_url}/releases/\${build_arch}/autobuilds/latest-stage3-\${build_proc}.txt|grep -v "^#"\`
export stage3url="\${distfiles_url}/releases/\${build_arch}/autobuilds/\${stage3current}"
export stage3file=\${stage3current##*/}
export portageurl="\${distfiles_url}/snapshots/portage-latest.tar.bz2"

# these two (configuring the compiler) and the stage3 url can be changed to build a 32 bit system
export accept_keywords="x86"
export chost="i686-pc-linux-gnu"

# kernel version to use
export kernel_version="3.10.7-r1"
export kernel_image_version="3.10.7-gentoo-r1"

# timezone (as a subdirectory of /usr/share/zoneinfo)
export timezone="UTC"

# locale
export locale="en_US.utf8"

# chroot directory for the installation
export chroot=/mnt/gentoo

# number of cpus in the host system (to speed up make and for kernel config)
export nr_cpus=$(</proc/cpuinfo grep processor|wc -l)

# user passwords for password based ssh logins
export password_root=vagrant
export password_vagrant=vagrant

# the public key for vagrants ssh
export vagrant_ssh_key_url="https://raw.github.com/mitchellh/vagrant/master/keys/vagrant.pub"
DATAEOF

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/gentoo-latest-i686/settings.sh
veewee-0.5.0.alpha3 templates/gentoo-latest-i686/settings.sh
veewee-0.5.0.alpha2 templates/gentoo-latest-i686/settings.sh
veewee-0.5.0.alpha1 templates/gentoo-latest-i686/settings.sh
veewee-0.4.5.1 templates/gentoo-latest-i686/settings.sh
veewee-0.4.5 templates/gentoo-latest-i686/settings.sh
veewee-0.4.5.pre1 templates/gentoo-latest-i686/settings.sh
veewee-0.4.4 templates/gentoo-latest-i686/settings.sh
veewee-0.4.3 templates/gentoo-latest-i686/settings.sh
veewee-0.4.2 templates/gentoo-latest-i686/settings.sh
veewee-0.4.1 templates/gentoo-latest-i686/settings.sh
veewee-0.4.0 templates/gentoo-latest-i686/settings.sh
veewee-0.3.12 templates/gentoo-latest-i686/settings.sh
veewee-0.3.11 templates/gentoo-latest-i686/settings.sh