Changes between Version 12 and Version 13 of Procedures/EndUserDelivery


Ignore:
Timestamp:
Nov 13, 2007, 2:49:03 PM (16 years ago)
Author:
anee
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/EndUserDelivery

    v12 v13  
    3535 1. Burn the data (more info at [wiki:Internal/Tools/DVD_burning])
    3636   1. create an iso image with `mkisofs -R -udf -verbose -o /tmp/dvd.iso -V <ARSF-PROJECTCODE-JULIANDAY> <delivery_directory>`
    37    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 `umount /mnt/tmp` (yes, that is umount not unmount)
     37   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)
    3838   1. if it's ok, burn to CD/DVD with `sudo cdrecord dev=/dev/dvdwriter -sao fs=100m driveropts=burnfree -v /tmp/dvd.iso`
    3939   1. clean up with `rm /tmp/dvd.iso`