notice architecture related configuration of $KERNEL in config file
authorMichael Prokop <mika@grml.org>
Fri, 10 Nov 2006 00:02:11 +0000 (01:02 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 10 Nov 2006 00:02:11 +0000 (01:02 +0100)
config

diff --git a/config b/config
index 648214d..895adb4 100644 (file)
--- 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