diff options
Diffstat (limited to 'xorriso.test-efi.sh')
-rwxr-xr-x | xorriso.test-efi.sh | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/xorriso.test-efi.sh b/xorriso.test-efi.sh index a32f4d1..3591528 100755 --- a/xorriso.test-efi.sh +++ b/xorriso.test-efi.sh | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | outdev=test-efi.iso | 3 | outdev=samizdat.iso |
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 | gpg_iso_path=gnupghome | 6 | gpg_iso_path=gnupghome |
@@ -37,27 +37,11 @@ make_gnupghome() | |||
37 | make_gnupghome | 37 | make_gnupghome |
38 | 38 | ||
39 | if [ grub-efi.sh -nt grub-efi ]; then | 39 | if [ grub-efi.sh -nt grub-efi ]; then |
40 | ./grub-efi.sh | 40 | ./grub-efi.sh || die "Error: grub-efi.sh failed" |
41 | fi | 41 | fi |
42 | 42 | ||
43 | set -ex | 43 | set -ex |
44 | 44 | ||
45 | # http://www.syslinux.org/wiki/index.php?title=Isohybrid | ||
46 | # xorriso -as mkisofs \ | ||
47 | # -o output.iso \ | ||
48 | # -isohybrid-mbr /usr/lib/syslinux/isohdpfx.bin \ | ||
49 | # -c isolinux/boot.cat \ | ||
50 | # -b isolinux/isolinux.bin \ | ||
51 | # -no-emul-boot -boot-load-size 4 -boot-info-table \ | ||
52 | # -eltorito-alt-boot \ | ||
53 | # -e isolinux/efiboot.img \ | ||
54 | # -no-emul-boot \ | ||
55 | # -isohybrid-gpt-basdat \ | ||
56 | # CD_root | ||
57 | |||
58 | # http://ftp.nluug.nl/os/Linux/distr/slackware/slackware64-current/isolinux/ | ||
59 | # http://ftp.nluug.nl/os/Linux/distr/slackware/slackware64-current/isolinux/efiboot.img | ||
60 | |||
61 | xorriso \ | 45 | xorriso \ |
62 | -drive_class clear_list all \ | 46 | -drive_class clear_list all \ |
63 | -outdev "$outdev"~ \ | 47 | -outdev "$outdev"~ \ |
@@ -78,10 +62,4 @@ xorriso \ | |||
78 | --protective-msdos-label \ | 62 | --protective-msdos-label \ |
79 | grub=grub-efi/grub | 63 | grub=grub-efi/grub |
80 | 64 | ||
81 | # -add isolinux -- \ | ||
82 | # -isohybrid-mbr /usr/lib/ISOLINUX/isohdpfx.bin \ | ||
83 | # -isohybrid-gpt-basdat | ||
84 | |||
85 | # -add boot/eltorito.img=/home/d/src/grb/rescue/iso/boot/grub/i386-pc/eltorito.img -- \ | ||
86 | |||
87 | mv -f "$outdev"~ "$outdev" | 65 | mv -f "$outdev"~ "$outdev" |