diff options
author | Andrew Cady <d@jerkface.net> | 2016-04-27 03:22:12 -0400 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2016-04-27 03:56:56 -0400 |
commit | 5c2065ea789df2a0c1b98b2412e5f14711c9a49b (patch) | |
tree | 844cc2b4263d483cf056c205a90965888e342405 /xorriso.sh | |
parent | c2e350df992079b5d9f7fef6064c1af604282d95 (diff) |
get rid of unused isolinux files; change iso cdrom paths
Diffstat (limited to 'xorriso.sh')
-rwxr-xr-x | xorriso.sh | 23 |
1 files changed, 6 insertions, 17 deletions
@@ -3,10 +3,8 @@ | |||
3 | outdev=debian-live-8.4.0-amd64-standard.btrfs.isohybrid2 | 3 | outdev=debian-live-8.4.0-amd64-standard.btrfs.isohybrid2 |
4 | indev=debian-live-8.4.0-amd64-standard.iso | 4 | indev=debian-live-8.4.0-amd64-standard.iso |
5 | volid=SamizdatLive | 5 | volid=SamizdatLive |
6 | squashfs_iso_path=live/filesystem.squashfs | ||
7 | btrfs_iso_path=live/filesystem.btrfs | ||
8 | btrfs_filesystem=debian-live-8.4.0-amd64-standard.btrfs | 6 | btrfs_filesystem=debian-live-8.4.0-amd64-standard.btrfs |
9 | gpg_iso_path=samizdat/gpg/gnupghome | 7 | gpg_iso_path=gnupghome |
10 | gnupghome=gnupghome | 8 | gnupghome=gnupghome |
11 | secrets=secrets | 9 | secrets=secrets |
12 | 10 | ||
@@ -47,19 +45,6 @@ set -ex | |||
47 | # http://ftp.nluug.nl/os/Linux/distr/slackware/slackware64-current/isolinux/ | 45 | # http://ftp.nluug.nl/os/Linux/distr/slackware/slackware64-current/isolinux/ |
48 | # http://ftp.nluug.nl/os/Linux/distr/slackware/slackware64-current/isolinux/efiboot.img | 46 | # http://ftp.nluug.nl/os/Linux/distr/slackware/slackware64-current/isolinux/efiboot.img |
49 | 47 | ||
50 | # -boot_image isolinux dir=isolinux \ | ||
51 | # -boot_image isolinux next -boot_image isolinux system_area=/usr/lib/ISOLINUX/isohdpfx.bin \ | ||
52 | |||
53 | # -add "${btrfs_iso_path}=${btrfs_filesystem}" -- \ | ||
54 | # -add "${gpg_iso_path}=${gnupghome}" -- \ | ||
55 | |||
56 | |||
57 | |||
58 | |||
59 | # -rm "$squashfs_iso_path" -- \ | ||
60 | # -rm_r isolinux live -- \ | ||
61 | # -add isolinux=isolinux -- \ | ||
62 | |||
63 | xorriso \ | 48 | xorriso \ |
64 | -drive_class clear_list all \ | 49 | -drive_class clear_list all \ |
65 | -outdev "$outdev"~ \ | 50 | -outdev "$outdev"~ \ |
@@ -68,7 +53,11 @@ xorriso \ | |||
68 | -volid "$volid" \ | 53 | -volid "$volid" \ |
69 | -pathspecs on \ | 54 | -pathspecs on \ |
70 | \ | 55 | \ |
71 | -add live=isolinux/live/ isolinux -- \ | 56 | \ |
57 | -add isolinux -- \ | ||
58 | -add "rootfs/${btrfs_filesystem}=${btrfs_filesystem}" -- \ | ||
59 | -add "${gpg_iso_path}=${gnupghome}" -- \ | ||
60 | \ | ||
72 | \ | 61 | \ |
73 | -as mkisofs \ | 62 | -as mkisofs \ |
74 | -isohybrid-mbr /usr/lib/ISOLINUX/isohdpfx.bin \ | 63 | -isohybrid-mbr /usr/lib/ISOLINUX/isohdpfx.bin \ |