1
0
mirror of synced 2026-01-30 21:16:31 +00:00

2006-01-08 22:28:58 by steve

Use 'fs = foo', not 'filesystem = foo'.
This commit is contained in:
steve
2006-01-08 22:28:58 +00:00
parent 08930633e0
commit 450ab96bad

View File

@@ -10,7 +10,7 @@
# --fs=ext3 becomes 'fs = ext3'.
#
#
# $Id: xen-tools.conf,v 1.12 2006-01-08 01:55:19 steve Exp $
# $Id: xen-tools.conf,v 1.13 2006-01-08 22:28:58 steve Exp $
#
@@ -24,11 +24,11 @@ dir = /home/xen
##
# Disk and Sizing options.
##
size = 2Gb # Disk image size.
memory = 128Mb # Memory size
swap = 128Mb # Swap size
filesystem = ext3 # use EXT3 filesystems
dist = sarge # Default distribution to install.
size = 2Gb # Disk image size.
memory = 128Mb # Memory size
swap = 128Mb # Swap size
fs = ext3 # use EXT3 filesystems
dist = sarge # Default distribution to install.
@@ -71,4 +71,4 @@ mirror = http://ftp.us.debian.org/debian/
# Uncomment if you wish newly created images to boot automatically.
#
# boot = 1
# boot = 1