Merge "iso element to use 'search --label' for grub"

This commit is contained in:
Jenkins 2014-10-24 15:55:44 +00:00 committed by Gerrit Code Review
commit 2d80e53186
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ set -o pipefail
function build_efiboot_img() {
cat > "$TMP_BUILD_DIR/grub-embedded.cfg" << END_CONFIG
search --file --set=root /vmlinuz
search --set=root --label VMEDIA_BOOT_ISO
set prefix=(\$root)/EFI/BOOT/
END_CONFIG
@ -127,7 +127,7 @@ END_CONFIG
# Create the ISO
echo "Generating the ISO"
$MKISOFS -r -V "INSTALL_IMAGE" -cache-inodes -J -l \
$MKISOFS -r -V "VMEDIA_BOOT_ISO" -cache-inodes -J -l \
-b isolinux/isolinux.bin -no-emul-boot \
-boot-load-size 4 -boot-info-table \
-eltorito-alt-boot -e isolinux/efiboot.img \

Binary file not shown.