forked from TritonDataCenter/smartos-live
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.configure.smartos
18 lines (17 loc) · 976 Bytes
/
sample.configure.smartos
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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/joyent/smartos-overlay smartos)
PUBLISHER="joyent"
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"
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"