1
0
mirror of synced 2026-01-28 04:27:38 +00:00
Files
xen-tools.xen-tools/bin/xen-create-image
steve bf0704dc71 2006-06-09 09:36:16 by steve
Added prototype description.
2006-06-09 09:36:16 +00:00

55 lines
535 B
Perl
Executable File

#!/usr/bin/perl -w
#
# Parse arguments, and call 'xt-install-image' + 'xt-customize-image'
# appropriately.
#
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.
#