break config into different versions

This commit is contained in:
Jim Paris 2013-08-18 21:01:28 -04:00
parent 2e7d617c70
commit 94537292d1
3 changed files with 33 additions and 16 deletions

16
config
View File

@ -1,16 +0,0 @@
# output image
VERSION="12.10.0"
OUTPUT="nilmdbuntu-${VERSION}.iso"
# original ISOs
ORIG="xubuntu-12.10-desktop-amd64.iso"
ORIGURL="http://cdimage.ubuntu.com/xubuntu/releases/12.10/release/${ORIG}"
# work directories, temporary qemu HD image
FS="fs"
ISO="iso"
MNT="mnt"
DISK="disk.img"
# local user
USER=jim:jim

1
config Symbolic link
View File

@ -0,0 +1 @@
config-12.10

16
config-12.10 Normal file
View File

@ -0,0 +1,16 @@
# output image
VERSION="12.10.0"
OUTPUT="nilmdbuntu-${VERSION}.iso"
# original ISOs
ORIG="xubuntu-12.10-desktop-amd64.iso"
ORIGURL="http://cdimage.ubuntu.com/xubuntu/releases/12.10/release/${ORIG}"
# work directories, temporary qemu HD image
FS="fs"
ISO="iso"
MNT="mnt"
DISK="disk.img"
# local user
USER=jim:jim

16
config-13.04 Normal file
View File

@ -0,0 +1,16 @@
# output image
VERSION="13.04.0"
OUTPUT="nilmdbuntu-${VERSION}.iso"
# original ISOs
ORIG="xubuntu-13.04-desktop-amd64.iso"
ORIGURL="http://cdimage.ubuntu.com/xubuntu/releases/13.04/release/${ORIG}"
# work directories, temporary qemu HD image
FS="fs"
ISO="iso"
MNT="mnt"
DISK="disk.img"
# local user
USER=jim:jim