From c691436be2c795b7f784c632dd6acbd7ebd65db1 Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 8 Jan 2006 01:55:19 +0000 Subject: [PATCH] 2006-01-08 01:55:19 by steve Mention 'boot=1'. --- etc/xen-tools.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/etc/xen-tools.conf b/etc/xen-tools.conf index 6c06a9f..21b9e2d 100644 --- a/etc/xen-tools.conf +++ b/etc/xen-tools.conf @@ -10,7 +10,7 @@ # --fs=ext3 becomes 'fs = ext3'. # # -# $Id: xen-tools.conf,v 1.11 2006-01-01 19:13:19 steve Exp $ +# $Id: xen-tools.conf,v 1.12 2006-01-08 01:55:19 steve Exp $ # @@ -67,3 +67,8 @@ kernel = /boot/vmlinuz-2.6.12-xen # mirror = http://ftp.us.debian.org/debian/ +# +# Uncomment if you wish newly created images to boot automatically. +# + +# boot = 1 \ No newline at end of file