Remove test stub

pull/158/head
Martin Wimpress 3 years ago
parent 44673e94c6
commit 207ebde501
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 3
      quickemu

@ -409,8 +409,7 @@ function vm_boot() {
fi
# If EFI firmware path is a symlink, resolve it to a real file.
#if [ -L "${EFI_CODE}" ]; then
if true; then
if [ -L "${EFI_CODE}" ]; then
echo " - EFI: WARNING! ${EFI_CODE} is a symlink."
echo -n " Resolving to... "
EFI_CODE=$(realpath "${EFI_CODE}")

Loading…
Cancel
Save