├── .gitignore ├── Makefile ├── README ├── fixup-root-passwords.sh ├── packages ├── LATEST ├── oz-0.8.0-0.20111219164530gita7249f9.fc15.noarch.rpm └── oz_0.8.0-2_all.deb └── templates ├── README ├── centos60_x86_64.tdl ├── fedora15_x86_64.tdl ├── fedora16_x86_64.tdl ├── oz.cfg.orig ├── rhel56_x86_64.tdl ├── rhel61_x86_64.tdl ├── rhel62_x86_64.tdl ├── ubuntu-lucid_x86_64_120G.tdl ├── ubuntu-lucid_x86_64_160G.tdl ├── ubuntu-lucid_x86_64_320G.tdl ├── ubuntu-lucid_x86_64_60G.tdl ├── ubuntu-lucid_x86_64_80G.tdl ├── ubuntu-maverick_x86_64_120G.tdl ├── ubuntu-maverick_x86_64_160G.tdl ├── ubuntu-maverick_x86_64_320G.tdl ├── ubuntu-maverick_x86_64_60G.tdl ├── ubuntu-maverick_x86_64_80G.tdl ├── ubuntu-natty_x86_64_120G.tdl ├── ubuntu-natty_x86_64_160G.tdl ├── ubuntu-natty_x86_64_320G.tdl ├── ubuntu-natty_x86_64_60G.tdl ├── ubuntu-natty_x86_64_80G.tdl ├── ubuntu-oneiric_x86_64_120G.tdl ├── ubuntu-oneiric_x86_64_160G.tdl ├── ubuntu-oneiric_x86_64_320G.tdl ├── ubuntu-oneiric_x86_64_60G.tdl ├── ubuntu-oneiric_x86_64_80G.tdl ├── ubuntu-precise_x86_64_120G.tdl ├── ubuntu-precise_x86_64_160G.tdl ├── ubuntu-precise_x86_64_320G.tdl ├── ubuntu-precise_x86_64_60G.tdl └── ubuntu-precise_x86_64_80G.tdl /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/.gitignore -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/Makefile -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/README -------------------------------------------------------------------------------- /fixup-root-passwords.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/fixup-root-passwords.sh -------------------------------------------------------------------------------- /packages/LATEST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/packages/LATEST -------------------------------------------------------------------------------- /packages/oz-0.8.0-0.20111219164530gita7249f9.fc15.noarch.rpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/packages/oz-0.8.0-0.20111219164530gita7249f9.fc15.noarch.rpm -------------------------------------------------------------------------------- /packages/oz_0.8.0-2_all.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/packages/oz_0.8.0-2_all.deb -------------------------------------------------------------------------------- /templates/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/templates/README -------------------------------------------------------------------------------- /templates/centos60_x86_64.tdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/templates/centos60_x86_64.tdl -------------------------------------------------------------------------------- /templates/fedora15_x86_64.tdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/templates/fedora15_x86_64.tdl -------------------------------------------------------------------------------- /templates/fedora16_x86_64.tdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/templates/fedora16_x86_64.tdl -------------------------------------------------------------------------------- /templates/oz.cfg.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/templates/oz.cfg.orig -------------------------------------------------------------------------------- /templates/rhel56_x86_64.tdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/templates/rhel56_x86_64.tdl -------------------------------------------------------------------------------- /templates/rhel61_x86_64.tdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/templates/rhel61_x86_64.tdl -------------------------------------------------------------------------------- /templates/rhel62_x86_64.tdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/templates/rhel62_x86_64.tdl -------------------------------------------------------------------------------- /templates/ubuntu-lucid_x86_64_120G.tdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/templates/ubuntu-lucid_x86_64_120G.tdl -------------------------------------------------------------------------------- /templates/ubuntu-lucid_x86_64_160G.tdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/templates/ubuntu-lucid_x86_64_160G.tdl -------------------------------------------------------------------------------- /templates/ubuntu-lucid_x86_64_320G.tdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/templates/ubuntu-lucid_x86_64_320G.tdl -------------------------------------------------------------------------------- /templates/ubuntu-lucid_x86_64_60G.tdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/templates/ubuntu-lucid_x86_64_60G.tdl -------------------------------------------------------------------------------- /templates/ubuntu-lucid_x86_64_80G.tdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/templates/ubuntu-lucid_x86_64_80G.tdl -------------------------------------------------------------------------------- /templates/ubuntu-maverick_x86_64_120G.tdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/templates/ubuntu-maverick_x86_64_120G.tdl -------------------------------------------------------------------------------- /templates/ubuntu-maverick_x86_64_160G.tdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/templates/ubuntu-maverick_x86_64_160G.tdl -------------------------------------------------------------------------------- /templates/ubuntu-maverick_x86_64_320G.tdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/templates/ubuntu-maverick_x86_64_320G.tdl -------------------------------------------------------------------------------- /templates/ubuntu-maverick_x86_64_60G.tdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/templates/ubuntu-maverick_x86_64_60G.tdl -------------------------------------------------------------------------------- /templates/ubuntu-maverick_x86_64_80G.tdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/templates/ubuntu-maverick_x86_64_80G.tdl -------------------------------------------------------------------------------- /templates/ubuntu-natty_x86_64_120G.tdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/templates/ubuntu-natty_x86_64_120G.tdl -------------------------------------------------------------------------------- /templates/ubuntu-natty_x86_64_160G.tdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/templates/ubuntu-natty_x86_64_160G.tdl -------------------------------------------------------------------------------- /templates/ubuntu-natty_x86_64_320G.tdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/templates/ubuntu-natty_x86_64_320G.tdl -------------------------------------------------------------------------------- /templates/ubuntu-natty_x86_64_60G.tdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/templates/ubuntu-natty_x86_64_60G.tdl -------------------------------------------------------------------------------- /templates/ubuntu-natty_x86_64_80G.tdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/templates/ubuntu-natty_x86_64_80G.tdl -------------------------------------------------------------------------------- /templates/ubuntu-oneiric_x86_64_120G.tdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/templates/ubuntu-oneiric_x86_64_120G.tdl -------------------------------------------------------------------------------- /templates/ubuntu-oneiric_x86_64_160G.tdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/templates/ubuntu-oneiric_x86_64_160G.tdl -------------------------------------------------------------------------------- /templates/ubuntu-oneiric_x86_64_320G.tdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/templates/ubuntu-oneiric_x86_64_320G.tdl -------------------------------------------------------------------------------- /templates/ubuntu-oneiric_x86_64_60G.tdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/templates/ubuntu-oneiric_x86_64_60G.tdl -------------------------------------------------------------------------------- /templates/ubuntu-oneiric_x86_64_80G.tdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/templates/ubuntu-oneiric_x86_64_80G.tdl -------------------------------------------------------------------------------- /templates/ubuntu-precise_x86_64_120G.tdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/templates/ubuntu-precise_x86_64_120G.tdl -------------------------------------------------------------------------------- /templates/ubuntu-precise_x86_64_160G.tdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/templates/ubuntu-precise_x86_64_160G.tdl -------------------------------------------------------------------------------- /templates/ubuntu-precise_x86_64_320G.tdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/templates/ubuntu-precise_x86_64_320G.tdl -------------------------------------------------------------------------------- /templates/ubuntu-precise_x86_64_60G.tdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/templates/ubuntu-precise_x86_64_60G.tdl -------------------------------------------------------------------------------- /templates/ubuntu-precise_x86_64_80G.tdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcbops/oz-image-build/HEAD/templates/ubuntu-precise_x86_64_80G.tdl --------------------------------------------------------------------------------