some more grub updates + fixes
[grml-debootstrap.git] / config
diff --git a/config b/config
index 732bcfd..230f5ad 100644 (file)
--- a/config
+++ b/config
@@ -15,6 +15,12 @@ TARGET=''
 # where should the bootmanager installed to?
 BOOT=''
 
+# which bootmanager do you want to use? [grub|lilo]
+BOOTMGR='grub'
+
+# if using grub, where do you want to install grub to?
+GROOT='hd0,0'
+
 ################################################################################
 
 # kernel version
@@ -57,7 +63,4 @@ TIMEZONE='Europe/Vienna'
 # generate initrd?
 INITRD='yes'
 
-# which bootmanager do you want to use? [grub|lilo]
-BOOTMGR='grub'
-
 ## END OF FILE #################################################################