diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2014-01-24 02:17:56 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 04:27:59 +0200 |
commit | a6a742628b560f9d5097008940547391831762c0 (patch) | |
tree | 1911d5099c957bc32b9c02f09a2a8c36aef2b9cb /virtualenv | |
parent | 5b655fc0a3bc5e035472326a5d8d827c62d3eb90 (diff) |
Enable generation of HDD images.
This is only useful for older BIOSes, that don't support hybrid ISO
which can otherwise be burnt onto USB key as well.
Diffstat (limited to 'virtualenv')
-rwxr-xr-x | virtualenv/virt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/virtualenv/virt b/virtualenv/virt index 2bcbe4b..4d86b6a 100755 --- a/virtualenv/virt +++ b/virtualenv/virt @@ -109,6 +109,8 @@ install() { --disk "$disk",cache=writeback,bus=sata \ --network network="$network" \ --graphics spice +# --import \ +# --disk path=/dev/sdc,bus=usb,perms=ro \ # Attribute the next available IP. You may also want to add a domain # section, e.g., <domain name='libvirt.example.org'/>, and prepend |