inst/bootsetup: fix unformated esp check (thanks yellow_apple)
This commit is contained in:
parent
9278b94623
commit
cf7d50a1a1
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# look for esp and format it when not already done
|
# look for esp and format it when not already done
|
||||||
esp=`{ls /dev/$disk/esp >[2]/dev/null}
|
esp=`{ls /dev/$disk/esp >[2]/dev/null}
|
||||||
if(~ $#esp 1 && ! ~ fstype $esp dos){
|
if(~ $#esp 1 && ! ~ `{fstype $esp} dos){
|
||||||
echo
|
echo
|
||||||
echo 'Here appears to be a unformated EFI system partition:'
|
echo 'Here appears to be a unformated EFI system partition:'
|
||||||
echo ' ' $esp
|
echo ' ' $esp
|
||||||
|
|
Loading…
Reference in a new issue