And how do you get things into the disk image? Last I checked, this required either complex hackery to mount it as a block device, or burning a CD-ROM of the data.
There's an explanation in Plex86's README.Debian:
"Manipulating partitions inside disk images. This only works with images created
by either createdisk or bximage, also there must be a single partition in the
image:
losetup /dev/loop0 ~/.bochs/image.hd0 -o 32256
{ Now you can treat /dev/loop0 as a standard disk partition: mkfs, fsck,
mount, etc. Don't forget to umount it}
losetup -d /dev/loop0"-- ---------------------------------------------------- Robert Millan Debian GNU/* user zeratul2 wanadoo es http://getyouriso.dyndns.org/ ----------------------------------------------------

