Browse Source

install-setvars: Remove old EFI directory

Make sure to remove an old EFI directory, so that rerunning
install-setvars.sh will work.
pull/54/head
Barry K. Nathan 5 years ago
parent
commit
354c8d7dbb
  1. 2
      install-setvars.sh

2
install-setvars.sh

@ -162,6 +162,8 @@ then
echo "install-setvars cannot continue."
fi
# Now do the actual installation
rm -rf /Volumes/EFI/EFI
if [ "x$VERBOSEBOOT" = "xYES" ]
then
cp -r setvars/EFI-verboseboot /Volumes/EFI/EFI

Loading…
Cancel
Save