diff options
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 \ |