How do you start qemu AFTER the install is completed? Something like
this?
qemu -k fi -hda debian.ext2.dmg -hdb debian.swap.dmg
I can't get that far: It's not possible to complete the installation
because the drives used in -hda -hdb cannot be partitioned or mounted by
the installtion process. I can mount them manually outside of qemu,
butI'm not sure how to benefit from that in this task.
I can boot from any of the the install CD images (debian, kubuntu,
xubuntu) I have tried.
qemu -k fi -cdrom debian-testing-i386-netinst.iso -boot d \
-hda debian.ext2.dmg -hdb debian.swap.dmg
The partitioning tool finds the two images, appears to let me make and
save a partition table, and format the partition, but cannot seem to
actually save any changes.
-Lars