From bf0704dc710d783a246e43135c435b744dcac64c Mon Sep 17 00:00:00 2001 From: steve Date: Fri, 9 Jun 2006 09:36:16 +0000 Subject: [PATCH] 2006-06-09 09:36:16 by steve Added prototype description. --- bin/xen-create-image | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) 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. +#