From 24fd837e2ce40799b8f1c0036fa07f5b48c6a392 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 10 Nov 2006 01:02:11 +0100 Subject: [PATCH] notice architecture related configuration of $KERNEL in config file --- config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config b/config index 648214d..895adb4 100644 --- a/config +++ b/config @@ -49,12 +49,15 @@ RELEASE='etch' # architecture (not yet officially supported by grml-debootstrap, work in progress) # if unset the default (i386) will be taken # notice: installing an amd64 system requires a 64bit kernel +# do not forget to adjust $KERNEL for selected architecture as well # ARCH='amd64' # hostname of new system HOSTNAME='grml' # kernel version which should be installed +# do not forget to adjust according to architecture, for example +# use 2.6-686 for i386 and 2.6-amd64 for amd64 KERNEL='2.6-686' # name of debootstrap executable -- 2.1.4