Remove test stub

This commit is contained in:
Martin Wimpress 2021-10-19 23:44:30 +01:00
parent 44673e94c6
commit 207ebde501
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3

View file

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