Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
server
virtinstaller
Commits
4d9685b8
Commit
4d9685b8
authored
Mar 18, 2016
by
Server Team
Browse files
set virtio model and bus
virtio claims to bring some additional performance
parent
c275db4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
virt-install-debian
View file @
4d9685b8
...
...
@@ -53,11 +53,11 @@ virt-install \
--connect
qemu:///system
\
--name
$SERVER_NAME
\
--ram
2048
\
--disk
pool
=
vg1,size
=
50
\
--disk
pool
=
vg1,size
=
50
,bus
=
virtio
\
--vcpus
2
\
--os-type
linux
\
--os-variant
generic
\
--network
bridge
=
br0,mac
=
$NET_IPV4_MAC
\
--network
bridge
=
br0,mac
=
$NET_IPV4_MAC
,model
=
virtio
\
--graphics
none
\
--console
pty,target_type
=
serial
\
--location
'http://ftp.de.debian.org/debian/dists/jessie/main/installer-amd64/'
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment