Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
server
virtinstaller
Commits
99b485a2
Commit
99b485a2
authored
Mar 26, 2016
by
Steffen Gebert
Browse files
Fix rootfs not found (use `ide` instead)
parent
dd402a2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
virt-install-debian
View file @
99b485a2
...
@@ -66,7 +66,7 @@ virt-install \
...
@@ -66,7 +66,7 @@ virt-install \
--connect
qemu:///system
\
--connect
qemu:///system
\
--name
$SERVER_NAME
\
--name
$SERVER_NAME
\
--ram
2048
\
--ram
2048
\
--disk
pool
=
vgpool,size
=
50,bus
=
virtio
\
--disk
pool
=
vgpool,size
=
50,bus
=
ide
\
--vcpus
2
\
--vcpus
2
\
--os-type
linux
\
--os-type
linux
\
--os-variant
generic
\
--os-variant
generic
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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