Revision fea9eb04

b/host/create
85 85

  
86 86
create_floppy $floppy
87 87

  
88
#Invoke the helper vm to do the dirty job...
88
# Invoke the helper vm to do the dirty job...
89
syslog=$(mktemp --tmpdir syslog.XXXXXXXX) || exit 1
90
CLEANUP+=("rm -f $syslog")
91
result=$(mktemp --tmpdir result.XXXXXXXX) || exit 1
92
CLEANUP+=("rm -f $result")
93

  
94
#kvm -drive file=snf-image-helper.img,snapshot=on,format=raw,if=virtio,boot=on \
95
#    -boot c -serial stdout -serial $syslog -serial $result -fda $floppy
89 96

  
90 97
# Execute cleanups
91 98
cleanup

Also available in: Unified diff