diff options
Diffstat (limited to 'notes/xorriso-patch.sh')
-rw-r--r-- | notes/xorriso-patch.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/notes/xorriso-patch.sh b/notes/xorriso-patch.sh new file mode 100644 index 0000000..47a9934 --- /dev/null +++ b/notes/xorriso-patch.sh | |||
@@ -0,0 +1,11 @@ | |||
1 | #!/bin/sh | ||
2 | exit | ||
3 | # This kept the ISO bootable: | ||
4 | |||
5 | xorriso -drive_class clear_list all \ | ||
6 | -indev debian-live-8.4.0-amd64-standard.iso \ | ||
7 | -outdev test3.iso \ | ||
8 | -rm_r live install pool -- \ | ||
9 | -pathspecs on \ | ||
10 | -add live=isolinux/live/ isolinux/pxelinux.* isolinux/*.cfg -- \ | ||
11 | -boot_image isolinux patch | ||