Changes between Version 28 and Version 29 of Procedures/EndUserDelivery
- Timestamp:
- May 23, 2008, 3:30:46 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/EndUserDelivery
v28 v29 48 48 1. create an iso image with `mkisofs -R -udf -verbose -o /tmp/dvd.iso -V <PROJECTCODE-JULIANDAY> <delivery_directory>` 49 49 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/dvd writer-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` 51 51 1. clean up with `rm /tmp/dvd.iso` 52 52 1. check the dvd on another machine (ideally Windows)