Browse Source

break config into different versions

tags/nilmdbuntu-1
Jim Paris 10 years ago
parent
commit
94537292d1
4 changed files with 33 additions and 16 deletions
  1. +0
    -16
      config
  2. +1
    -0
      config
  3. +16
    -0
      config-12.10
  4. +16
    -0
      config-13.04

+ 0
- 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
- 0
config View File

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

+ 16
- 0
config-12.10 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
- 0
config-13.04 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

Loading…
Cancel
Save