mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Remove obsolete code.
This commit is contained in:
parent
960056b9d9
commit
334c137c99
1 changed files with 0 additions and 5 deletions
5
quickemu
5
quickemu
|
@ -239,10 +239,6 @@ function vm_boot() {
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
echo " Just created, booting from ${iso}${img}"
|
echo " Just created, booting from ${iso}${img}"
|
||||||
if [ $? -ne 0 ]; then
|
|
||||||
echo "ERROR! Failed to create ${disk_img} of ${disk}. Stopping here."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
elif [ -e "${disk_img}" ]; then
|
elif [ -e "${disk_img}" ]; then
|
||||||
# Check there isn't already a process attached to the disk image.
|
# Check there isn't already a process attached to the disk image.
|
||||||
if ! ${QEMU_IMG} info "${disk_img}" >/dev/null; then
|
if ! ${QEMU_IMG} info "${disk_img}" >/dev/null; then
|
||||||
|
@ -667,7 +663,6 @@ if [ -n "${SNAPSHOT_ACTION}" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ${SHORTCUT} -eq 1 ]; then
|
if [ ${SHORTCUT} -eq 1 ]; then
|
||||||
# echo "VM=" ${VM}
|
|
||||||
shortcut_create
|
shortcut_create
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue