mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Remove test stub
This commit is contained in:
parent
44673e94c6
commit
207ebde501
1 changed files with 1 additions and 2 deletions
3
quickemu
3
quickemu
|
@ -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}")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue