Revision 2a0ab295 snf-image-host/create

b/snf-image-host/create
149 149
$TIMELIMIT -t "$HELPER_SOFT_TIMEOUT" -T "$HELPER_HARD_TIMEOUT" \
150 150
    kvm -runas "$HELPER_USER" -drive file="$snapshot" \
151 151
    -drive file="$blockdev",format=raw,if=virtio,cache=none \
152
    -boot c -serial stdio -serial file:"$result_file" \
152
    -boot c -serial stdio -serial "file:$(printf "%q" "$result_file")" \
153
    -serial "file:$(printf "%q" "$monitor_pipe")" \
153 154
    -fda "$floppy" -vga none -nographic -parallel none -monitor null \
154 155
    -kernel "$HELPER_KERNEL" -initrd "$HELPER_INITRD" \
155 156
    -append "quiet ro root=/dev/sda1 console=ttyS0,9600n8 snf_image_activate_helper" \

Also available in: Unified diff