Return always true in gpg code
[grml-debootstrap.git] / config
diff --git a/config b/config
index 9a66f30..979f574 100644 (file)
--- a/config
+++ b/config
@@ -40,6 +40,10 @@ GRUB=''
 # GROOT='hd0,0'
 GROOT=''
 
 # GROOT='hd0,0'
 GROOT=''
 
+# specifiy additional bootparameters for usage in grub 
+# e.g. "pci=nomsi"
+BOOT_APPEND=''
+
 ################################################################################
 # Now the variables you might want to adjust, but need not to...
 
 ################################################################################
 # Now the variables you might want to adjust, but need not to...
 
@@ -94,6 +98,9 @@ DEBIAN_FRONTEND='noninteractive'
 # install packages defined in /etc/debootstrap/packages?
 PACKAGES='yes'
 
 # install packages defined in /etc/debootstrap/packages?
 PACKAGES='yes'
 
+# install extra packages in /etc/debootstrap/
+EXTRAPACKAGES='yes'
+
 # place of config files for debootstrap
 CONFFILES='/etc/debootstrap/'
 
 # place of config files for debootstrap
 CONFFILES='/etc/debootstrap/'