1
0
mirror of synced 2026-01-19 17:18:39 +00:00

2006-06-09 09:36:16 by steve

Added prototype description.
This commit is contained in:
steve 2006-06-09 09:36:16 +00:00
parent c9f3e6fcab
commit bf0704dc71

View File

@ -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.
#