Changes between Version 11 and Version 12 of Procedures/EndUserDelivery
- Timestamp:
- Nov 13, 2007, 2:46:12 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/EndUserDelivery
v11 v12 35 35 1. Burn the data (more info at [wiki:Internal/Tools/DVD_burning]) 36 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,loop back/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 `umount /mnt/tmp` (yes, that is umount not unmount) 38 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 39 1. clean up with `rm /tmp/dvd.iso`