diff options
author | Andrew Cady <d@jerkface.net> | 2016-04-27 01:38:43 -0400 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2016-04-27 01:38:43 -0400 |
commit | 02fa091688d48313fe81bd40e4658eb990966fc8 (patch) | |
tree | 2183c405ba58124fc2279cfd570f6b6b5e6dd5f8 /xorriso.sh | |
parent | 062af893ced7e4a34732e586ea1df4031cf4615a (diff) |
works best with no upstream cd
Diffstat (limited to 'xorriso.sh')
-rwxr-xr-x | xorriso.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -62,13 +62,13 @@ set -ex | |||
62 | 62 | ||
63 | xorriso \ | 63 | xorriso \ |
64 | -drive_class clear_list all \ | 64 | -drive_class clear_list all \ |
65 | -outdev "$outdev"~ -indev "$indev" \ | 65 | -outdev "$outdev"~ \ |
66 | -report_about mishap \ | 66 | -report_about mishap \ |
67 | -return_with sorry 0 \ | 67 | -return_with sorry 0 \ |
68 | -volid "$volid" \ | 68 | -volid "$volid" \ |
69 | -pathspecs on -overwrite on \ | 69 | -pathspecs on \ |
70 | \ | 70 | \ |
71 | -rm_r / -- -pathspecs on -add live=isolinux/live/ isolinux -- \ | 71 | -add live=isolinux/live/ isolinux -- \ |
72 | \ | 72 | \ |
73 | -as mkisofs \ | 73 | -as mkisofs \ |
74 | -isohybrid-mbr /usr/lib/ISOLINUX/isohdpfx.bin \ | 74 | -isohybrid-mbr /usr/lib/ISOLINUX/isohdpfx.bin \ |