forked from joshado/smartos-live
-
Notifications
You must be signed in to change notification settings - Fork 0
/
configure.smartos
21 lines (18 loc) · 1.04 KB
/
configure.smartos
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
mkdir -p projects/local
(cd projects/local && [[ -d kvm ]] \
|| git clone http://github.com/joyent/illumos-kvm kvm)
(cd projects/local && [[ -d kvm-cmd ]] \
|| git clone http://github.com/joyent/illumos-kvm-cmd kvm-cmd)
(cd overlay && [[ -d smartos ]] \
|| git clone http://github.com/joshado/smartos-overlay smartos)
PUBLISHER="freeagent"
RELEASE_VER="smartos_20120112"
SUNW_SPRO12_URL="https://download.joyent.com/pub/build/SunStudio.tar.bz2"
GCC44_URL="https://download.joyent.com/pub/build/gcc-4.tar.bz2"
ON_CLOSED_BINS_URL="http://dlc.sun.com/osol/on/downloads/20100817/on-closed-bins.i386.tar.bz2"
ON_CLOSED_BINS_ND_URL="http://dlc.sun.com/osol/on/downloads/20100817/on-closed-bins-nd.i386.tar.bz2"
ILLUMOS_EXTRA_TARBALL_URL="https://download.joyent.com/pub/build/illumos-extra/"
GET_ILLUMOS="(git clone http://github.com/joyent/illumos-joyent illumos)"
GET_ILLUMOS_EXTRA="git clone http://github.com/joyent/illumos-extra illumos-extra"
ILLUMOS_ADJUNCT_TARBALL_URL="https://download.joyent.com/pub/build/adjuncts/"
OVERLAYS="smartos generic"