# TODO
* A `kvmxctl`, `kvmx-host` or `kvmx-supervisor` to control VMs from all users in the system.
-* How to handle `$datadir` when VM is cloned or moved? Maybe just warn the user to do manual config change.
* Fix isolinux support:
* http://www.syslinux.org/wiki/index.php?title=Development/Testing
* http://linux-kernel-driver.blogspot.com.br/2009/06/linux-kernel-development-using.html
mv $FOLDER/ssh/$VM.key $FOLDER/ssh/$DEST.key
mv $FOLDER/ssh/$VM.key.pub $FOLDER/ssh/$DEST.key.pub
fi
+
+ if [ "$DATADIR" != "$STORAGE" ]; then
+ echo "$BASENAME: please copy datadir $DATADIR manually"
+ fi
}
# Alias to clone
mv $FOLDER/ssh/$VM.key $FOLDER/ssh/$DEST.key
mv $FOLDER/ssh/$VM.key.pub $FOLDER/ssh/$DEST.key.pub
fi
+
+ if [ "$DATADIR" != "$STORAGE" ]; then
+ echo "$BASENAME: please move datadir $DATADIR manually"
+ fi
}
# Alias to rename