Changes between Version 10 and Version 11 of Procedures/EndUserDelivery


Ignore:
Timestamp:
Nov 13, 2007, 2:43:07 PM (16 years ago)
Author:
mggr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/EndUserDelivery

    v10 v11  
    3333 1. '''Verification''': get someone else to go through the verification steps in the section above
    3434 1. copy the Read_Me.txt to the original project directory (~arsf/arsf_data/2006/...) as a backup and so we can refer to it later
    35  1. Burn the data (more info at [wiki:Tools/DVD_burning])
    36    1. `mkisofs -R -udf -verbose -o /tmp/dvd.iso -V <ARSF-PROJECTCODE-JULIANDAY> <delivery_directory>`
    37    1. `cdrecord dev=/dev/dvdwriter -sao fs=100m driveropts=burnfree -v /tmp/dvd.iso`
    38    1. `rm /tmp/dvd.iso`
     35 1. Burn the data (more info at [wiki:Internal/Tools/DVD_burning])
     36   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,loopback /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)
     38   1. if it's ok, burn to CD/DVD with `sudo cdrecord dev=/dev/dvdwriter -sao fs=100m driveropts=burnfree -v /tmp/dvd.iso`
     39   1. clean up with `rm /tmp/dvd.iso`
    3940
    4041== Final steps ==