summaryrefslogtreecommitdiff
path: root/xorriso.test-efi.sh
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2016-04-27 21:45:38 -0400
committerAndrew Cady <d@jerkface.net>2016-04-27 21:45:38 -0400
commit93563bbaa724587c1da6013256fa851242ccb4dc (patch)
tree8bbec322acd80104c0cb2f5227829c08ddf7728c /xorriso.test-efi.sh
parente8c2c781aea759c47bf81ff2aed5960032a5b50e (diff)
add the code to generate grub efi images
Diffstat (limited to 'xorriso.test-efi.sh')
-rwxr-xr-xxorriso.test-efi.sh10
1 files changed, 7 insertions, 3 deletions
diff --git a/xorriso.test-efi.sh b/xorriso.test-efi.sh
index 99c60db..a32f4d1 100755
--- a/xorriso.test-efi.sh
+++ b/xorriso.test-efi.sh
@@ -36,6 +36,10 @@ make_gnupghome()
36 36
37make_gnupghome 37make_gnupghome
38 38
39if [ grub-efi.sh -nt grub-efi ]; then
40 ./grub-efi.sh
41fi
42
39set -ex 43set -ex
40 44
41# http://www.syslinux.org/wiki/index.php?title=Isohybrid 45# http://www.syslinux.org/wiki/index.php?title=Isohybrid
@@ -68,11 +72,11 @@ xorriso \
68 \ 72 \
69 \ 73 \
70 -as mkisofs -graft-points \ 74 -as mkisofs -graft-points \
71 -b boot/grub/i386-pc/eltorito.img \ 75 -b grub/i386-pc/eltorito.img \
72 -no-emul-boot -boot-info-table \ 76 -no-emul-boot -boot-info-table \
73 --embedded-boot /home/d/src/grb/rescue/embedded.img \ 77 --embedded-boot grub-efi/embedded.img \
74 --protective-msdos-label \ 78 --protective-msdos-label \
75 boot=/home/d/src/grb/rescue/iso/boot 79 grub=grub-efi/grub
76 80
77# -add isolinux -- \ 81# -add isolinux -- \
78# -isohybrid-mbr /usr/lib/ISOLINUX/isohdpfx.bin \ 82# -isohybrid-mbr /usr/lib/ISOLINUX/isohdpfx.bin \