ref: 633e406bce6b6eb9b9cc836d1001890f3d1e6d25
parent: 7121fe4b9d947ed65fb3ec5cf7db59be8c9c73b9
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Mon Jan 23 09:37:02 EST 2017
inst/bootsetup: fix unformated esp check (thanks yellow_apple)
--- a/rc/bin/inst/bootplan9
+++ b/rc/bin/inst/bootplan9
@@ -2,7 +2,7 @@
# look for esp and format it when not already done
esp=`{ls /dev/$disk/esp >[2]/dev/null}-if(~ $#esp 1 && ! ~ fstype $esp dos){+if(~ $#esp 1 && ! ~ `{fstype $esp} dos){echo
echo 'Here appears to be a unformated EFI system partition:'
echo ' ' $esp
--
⑨