Remove test stub
This commit is contained in:
parent
44673e94c6
commit
207ebde501
3
quickemu
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…
Reference in New Issue
Block a user