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