From: Michael Prokop Date: Fri, 10 Nov 2006 00:02:11 +0000 (+0100) Subject: notice architecture related configuration of $KERNEL in config file X-Git-Tag: 0.4~9 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=24fd837e2ce40799b8f1c0036fa07f5b48c6a392;ds=sidebyside notice architecture related configuration of $KERNEL in config file --- 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