I think the problem here may be that the hook scripts for the config and fstab use different tags to check what sort of devices to use -- the fstab script uses:
if [ "${ide}" ]; then
dev=hda
fi
While the domU config script uses:
if [ "${use-ide}" ]; then
dev=hda
fi
My guess is that the OP is using --ide, and it's tripping over this
difference in naming, since I can only see code to export ${ide} from
xen-create-image.
I'm looking at current CVS, BTW.
- Matt
signature.asc
Description: Digital signature

