Changes between Version 28 and Version 29 of Procedures/EndUserDelivery


Ignore:
Timestamp:
May 23, 2008, 3:30:46 PM (16 years ago)
Author:
mggr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/EndUserDelivery

    v28 v29  
    4848 1. create an iso image with `mkisofs -R -udf -verbose -o /tmp/dvd.iso -V <PROJECTCODE-JULIANDAY> <delivery_directory>`
    4949 1. test the iso with `sudo mount -o ro,loop /tmp/dvd.iso /mnt/tmp` - mounts to /mnt/tmp, go look at it, then unmount with `sudo umount /mnt/tmp` (yes, that is umount not unmount)
    50  1. if it's ok, burn to CD/DVD with `sudo cdrecord dev=/dev/dvdwriter -sao fs=100m driveropts=burnfree -v /tmp/dvd.iso`
     50 1. if it's ok, burn to CD/DVD with `sudo cdrecord dev=/dev/dvd -sao fs=100m driveropts=burnfree -v /tmp/dvd.iso`
    5151 1. clean up with `rm /tmp/dvd.iso`
    5252 1. check the dvd on another machine (ideally Windows)