Update howto-build-win7-appvm

This commit is contained in:
[799] 2018-03-14 18:52:11 +01:00 committed by GitHub
parent 06cc40d16f
commit b45d10f36d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,10 +15,10 @@ qvm-create win7 --class StandaloneVM --property virt_mode=hvm --property kernel=
qvm-features win7 video-model cirrus
# Enlarge available diskspace in the new AppVM:
# Private storage max. size: 40960MiB
# System storage max. size:
qvm-volume extend win7:root 40GB
# System storage max. size: 40960MiB
qvm-volume extend win7:private 40GB
# Private storage max. size:
qvm-volume extend win7:private 20GB
# Start AppVM with Installation-ISO
qvm-start win7 --cdrom=<APPVM>:/home/user/win7.iso