mirror of
https://github.com/Qubes-Community/Contents.git
synced 2024-12-23 06:09:29 -05:00
Update howto-build-win7-appvm
This commit is contained in:
parent
1b6d9bc6b8
commit
06cc40d16f
@ -14,9 +14,11 @@
|
|||||||
qvm-create win7 --class StandaloneVM --property virt_mode=hvm --property kernel="" --property memory=4096 --property maxmem=4096 --property debug=True --label blue
|
qvm-create win7 --class StandaloneVM --property virt_mode=hvm --property kernel="" --property memory=4096 --property maxmem=4096 --property debug=True --label blue
|
||||||
qvm-features win7 video-model cirrus
|
qvm-features win7 video-model cirrus
|
||||||
|
|
||||||
# Enlarge available diskspace in the new AppVM via Qubes Settings:
|
# Enlarge available diskspace in the new AppVM:
|
||||||
# Private storage max. size: 40960MiB
|
# Private storage max. size: 40960MiB
|
||||||
|
qvm-volume extend win7:root 40GB
|
||||||
# System storage max. size: 40960MiB
|
# System storage max. size: 40960MiB
|
||||||
|
qvm-volume extend win7:private 40GB
|
||||||
|
|
||||||
# Start AppVM with Installation-ISO
|
# Start AppVM with Installation-ISO
|
||||||
qvm-start win7 --cdrom=<APPVM>:/home/user/win7.iso
|
qvm-start win7 --cdrom=<APPVM>:/home/user/win7.iso
|
||||||
|
Loading…
Reference in New Issue
Block a user