You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
385 B

  1. # output image
  2. VERSION="12.10.2"
  3. OUTPUT="nilmdbuntu-${VERSION}.iso"
  4. # original ISOs
  5. ISONAME="xubuntu-12.10-desktop-amd64.iso"
  6. ORIG="tmp-12.10/$ISONAME"
  7. ORIGURL="http://cdimage.ubuntu.com/xubuntu/releases/12.10/release/$ISONAME"
  8. # work directories, temporary qemu HD image
  9. FS="tmp-12.10/fs"
  10. ISO="tmp-12.10/iso"
  11. MNT="tmp-12.10/mnt"
  12. DISK="tmp-12.10/disk.img"
  13. # local user
  14. USER=jim:jim