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
# 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}")