mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 11:51:14 +02:00
Only search for the gpt tool if we need it.
Review URL: http://codereview.chromium.org/1604041
This commit is contained in:
parent
ba9af725d1
commit
3e9204c315
@ -23,6 +23,8 @@ fi
|
||||
PACK="${DIR}/pack_partitions.sh"
|
||||
UNPACK="${DIR}/unpack_partitions.sh"
|
||||
|
||||
locate_gpt
|
||||
|
||||
TMP=$(mktemp)
|
||||
sudo $GPT -r show -l "$IMAGE" > $TMP
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user