break config into different versions
This commit is contained in:
parent
2e7d617c70
commit
94537292d1
16
config
16
config
|
@ -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
|
16
config-12.10
Normal file
16
config-12.10
Normal 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
16
config-13.04
Normal 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
|
Loading…
Reference in New Issue
Block a user