From d5cb907947b44d595b1a1c9263921c5fcbbc4678 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Tue, 10 May 2016 10:56:21 -0700 Subject: [PATCH] grub_install: drop old/unused esp_dir flag --- build_library/grub_install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build_library/grub_install.sh b/build_library/grub_install.sh index 4eb545d57e..1fa5c8376e 100755 --- a/build_library/grub_install.sh +++ b/build_library/grub_install.sh @@ -16,8 +16,6 @@ assert_inside_chroot # Flags. DEFINE_string target "" \ "The GRUB target to install such as i386-pc or x86_64-efi" -DEFINE_string esp_dir "" \ - "Path to EFI System partition mount point." DEFINE_string disk_image "" \ "The disk image containing the EFI System partition." DEFINE_boolean verity ${FLAGS_FALSE} \