Browse Source

Bump configs

tags/nilmdbuntu-1
Jim Paris 10 years ago
parent
commit
f13df186c8
2 changed files with 16 additions and 14 deletions
  1. +8
    -7
      config-12.10
  2. +8
    -7
      config-13.04

+ 8
- 7
config-12.10 View File

@@ -1,16 +1,17 @@
# output image
VERSION="12.10.0"
VERSION="12.10.1"
OUTPUT="nilmdbuntu-${VERSION}.iso"

# original ISOs
ORIG="xubuntu-12.10-desktop-amd64.iso"
ORIGURL="http://cdimage.ubuntu.com/xubuntu/releases/12.10/release/${ORIG}"
ISONAME="xubuntu-12.10-desktop-amd64.iso"
ORIG="tmp-12.10/$ISONAME"
ORIGURL="http://cdimage.ubuntu.com/xubuntu/releases/12.10/release/$ISONAME"

# work directories, temporary qemu HD image
FS="fs-12.10"
ISO="iso-12.10"
MNT="mnt-12.10"
DISK="disk.img-12.10"
FS="tmp-12.10/fs"
ISO="tmp-12.10/iso"
MNT="tmp-12.10/mnt"
DISK="tmp-12.10/disk.img"

# local user
USER=jim:jim

+ 8
- 7
config-13.04 View File

@@ -1,16 +1,17 @@
# output image
VERSION="13.04.0"
VERSION="13.04.1"
OUTPUT="nilmdbuntu-${VERSION}.iso"

# original ISOs
ORIG="xubuntu-13.04-desktop-amd64.iso"
ORIGURL="http://cdimage.ubuntu.com/xubuntu/releases/13.04/release/${ORIG}"
ISONAME="xubuntu-13.04-desktop-amd64.iso"
ORIG="tmp-13.04/$ISONAME"
ORIGURL="http://cdimage.ubuntu.com/xubuntu/releases/13.04/release/$ISONAME"

# work directories, temporary qemu HD image
FS="fs-13.04"
ISO="iso-13.04"
MNT="mnt-13.04"
DISK="disk.img-13.04"
FS="tmp-13.04/fs"
ISO="tmp-13.04/iso"
MNT="tmp-13.04/mnt"
DISK="tmp-13.04/disk.img"

# local user
USER=jim:jim

Loading…
Cancel
Save