2006-06-25 20:37:38 by steve
Updated comments. Do *not* setup a default installation method.
This commit is contained in:
@@ -3,10 +3,9 @@
|
||||
#
|
||||
# Global configuration file for the scripts included with Xen-tools.
|
||||
#
|
||||
# Values may be set here so they don't need to be used upon the
|
||||
# Values may be set here so they don't need to be specified upon the
|
||||
# command line.
|
||||
#
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
#
|
||||
@@ -26,7 +25,7 @@
|
||||
#
|
||||
##
|
||||
# dir = /home/xen
|
||||
|
||||
#
|
||||
|
||||
#
|
||||
##
|
||||
@@ -46,30 +45,29 @@
|
||||
# There are four different methods you can use to install a new copy
|
||||
# of Linux to use in your Xen guest domain:
|
||||
#
|
||||
# - Installation via debootstrap
|
||||
# - Installation via rpmstrap
|
||||
# - Installation by copying a previously installed image
|
||||
# - Installation by untarring previously archived image.
|
||||
# - Installation via the debootstrap command.
|
||||
# - Installation via the rpmstrap command.
|
||||
# - Installation by copying a directory containing a previous installation.
|
||||
# - Installation by untarring a previously archived image.
|
||||
#
|
||||
# NOTE That if you use the "untar", or "copy" options you should ensure
|
||||
# that the image you're left with matches the 'dist' setting later in
|
||||
# this file.
|
||||
#
|
||||
# Here we'll specify the method to use. Note that you can only
|
||||
# uncomment one method - they are mutually exclusive.
|
||||
# Note that you can only uncomment one method - they are mutually exclusive.
|
||||
#
|
||||
#
|
||||
# Default:
|
||||
debootstrap = 1
|
||||
|
||||
# copy = /path/to/pristine/image
|
||||
# tar = /path/to/img.tar
|
||||
# rpmstrap = 1
|
||||
# We leave each of these settings commented out, but they can be specified
|
||||
# on the commandline, uncommenting one of the options makes sense if you
|
||||
# only ever use one installation method.
|
||||
#
|
||||
##
|
||||
#
|
||||
# copy = /path/to/pristine/image
|
||||
# debootstrap = 1
|
||||
# rpmstrap = 1
|
||||
# tar = /path/to/img.tar
|
||||
#
|
||||
|
||||
|
||||
#
|
||||
##
|
||||
# Disk and Sizing options.
|
||||
@@ -78,7 +76,7 @@ debootstrap = 1
|
||||
size = 4Gb # Disk image size.
|
||||
memory = 128Mb # Memory size
|
||||
swap = 128Mb # Swap size
|
||||
fs = ext3 # use EXT3 filesystems
|
||||
fs = ext3 # use the EXT3 filesystem for the disk image.
|
||||
dist = sarge # Default distribution to install.
|
||||
image = sparse # Specify sparse vs. full disk images.
|
||||
|
||||
@@ -89,7 +87,7 @@ image = sparse # Specify sparse vs. full disk images.
|
||||
# sarge - Debian
|
||||
# etch - Debian
|
||||
# dapper - Ubuntu
|
||||
# centos4 - CentOS 4.
|
||||
# centos4 - CentOS 4
|
||||
# fedora-core4 - Fedora Core 4 (codname stentz)
|
||||
#
|
||||
|
||||
@@ -148,12 +146,12 @@ initrd = /boot/initrd.img-2.6.16-2-xen-686
|
||||
mirror = http://ftp.us.debian.org/debian/
|
||||
|
||||
#
|
||||
# A mirror for use installing Ubuntus Dapper release:
|
||||
# A mirror suitable for use when installing the Dapper release of Ubuntu.
|
||||
#
|
||||
# mirror = http://gb.archive.ubuntu.com/ubuntu/
|
||||
|
||||
|
||||
#
|
||||
# Uncomment if you wish newly created images to boot automatically.
|
||||
# Uncomment if you wish newly created images to boot once they've been
|
||||
# created.
|
||||
#
|
||||
# boot = 1
|
||||
|
||||
Reference in New Issue
Block a user