summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2022-01-28 12:19:59 +0100
committerMarc Vertes <mvertes@free.fr>2022-01-28 12:19:59 +0100
commite200c8d78ca1d3388c25c1cef8892b1dd015bbf7 (patch)
tree152f4464e449da045b83c154fecc7c2e249cdb74 /bin
parentee915415941c712701d907fff92a73a7b296b682 (diff)
update
Diffstat (limited to 'bin')
-rwxr-xr-xbin/vm3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/vm b/bin/vm
index 97e3521..6b03d0e 100755
--- a/bin/vm
+++ b/bin/vm
@@ -242,7 +242,8 @@ start_vm() (
"$dir/vftool" \
${kernel+-k "$kernel"} \
${initrd+-i "$initrd"} \
- ${hdd+-d "$hdd"} \
+ ${hda+-d "$hda"} \
+ ${hdb+-d "$hdb"} \
${iso+-c "$iso"} \
${cpu+-p "$cpu"} \
${ram+-m "$ram"} \