From e5b9621b896c88d89b5bbb052ba0d4e469fbafe3 Mon Sep 17 00:00:00 2001 From: Yusuke Sato Date: Wed, 21 Apr 2010 10:46:59 +0900 Subject: [PATCH] Revert "Only search for the gpt tool if we need it." This reverts commit c8f8d220a2cdb3cd5b464859de38c8504403e6d1. --- emit_gpt_scripts.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/emit_gpt_scripts.sh b/emit_gpt_scripts.sh index b16e4b3a42..825f511ed2 100755 --- a/emit_gpt_scripts.sh +++ b/emit_gpt_scripts.sh @@ -23,8 +23,6 @@ fi PACK="${DIR}/pack_partitions.sh" UNPACK="${DIR}/unpack_partitions.sh" -locate_gpt - TMP=$(mktemp) sudo $GPT -r show -l "$IMAGE" > $TMP