diff --git a/bin/xen-create-image b/bin/xen-create-image index 628562b..c93b9d4 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -8,3 +8,47 @@ use strict; +# +# Read configuration file. +# + + +# +# Parse arguments +# + + +# +# Check arguments. +# + + +# +# Create temporary directory to perform installation into +# + + +# +# Call xt-install-image to do the install. +# + + +# +# If that worked call xt-customise-image to setup networking, and +# run distro-specific hooks. +# + + +# +# Unmount the temporary directory. +# + + +# +# Create xen configuration file. +# + + +# +# Report success. +#