mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Unify process related status messages
This commit is contained in:
parent
a5f27dc68d
commit
5367286915
1 changed files with 2 additions and 4 deletions
6
quickemu
6
quickemu
|
@ -234,7 +234,6 @@ function vm_boot() {
|
|||
|
||||
echo "Quickemu ${VERSION} using ${QEMU} v${QEMU_VER_LONG}"
|
||||
echo " - Host: ${LSB_DESCRIPTION} running ${KERNEL_NAME} ${KERNEL_VER} ${KERNEL_NODE}"
|
||||
echo " - Guest: Starting ${VM} as ${VMNAME}"
|
||||
|
||||
HOST_CPU_CORES=$(nproc --all)
|
||||
HOST_CPU_MODEL=$(lscpu | grep '^Model name:' | cut -d':' -f2 | sed 's/ //g')
|
||||
|
@ -923,10 +922,9 @@ function vm_boot() {
|
|||
else
|
||||
spicy --title "${VMNAME}" --port "${SPICE_PORT}" "${FULLSPICY}" >/dev/null 2>&1 &
|
||||
fi
|
||||
elif [ "${OUTPUT}" == "none" ]; then
|
||||
sleep 0.25
|
||||
echo " - PID: ${VMNAME} ($(cat "${VMDIR}/${VMNAME}.pid"))"
|
||||
fi
|
||||
sleep 0.25
|
||||
echo " - Process: Starting ${VM} as ${VMNAME} ($(cat "${VMDIR}/${VMNAME}.pid"))"
|
||||
}
|
||||
|
||||
function shortcut_create {
|
||||
|
|
Loading…
Reference in a new issue