Adjust grub handling and support INSTALL_NOTES
[grml-debootstrap.git] / config
diff --git a/config b/config
index 66f8fc9..ae40677 100644 (file)
--- a/config
+++ b/config
@@ -49,7 +49,8 @@ BOOT_APPEND=''
 # set mirror where debootstrap and chrootscript should download
 # packages from; if empty an existing
 # /etc/debootstrap/etc/apt/sources.list is used instead
-MIRROR='ftp://ftp.de.debian.org/debian'
+# MIRROR='ftp://ftp.de.debian.org/debian'
+MIRROR='http://cdn.debian.net/debian'
 
 # specify directory of loopback mounted Debian-ISO so you don't
 # have to download all the core packages via network but can
@@ -108,6 +109,9 @@ DEBOOTSTRAP='debootstrap'
 # Which debconf-frontend should be used?
 DEBIAN_FRONTEND='noninteractive'
 
+# execute aptitude/apt-get with any special options?
+# DPKG_OPTIONS='-o APT::Get::AllowUnauthenticated=true -o aptitude::Cmdline::ignore-trust-violations=yes'
+
 # The single steps/stages of grml-deboostrap are stored inside /var/cache/grml-debootstrap
 # by default. Use another directory instead?
 # STAGES='/var/cache/grml-debootstrap'
@@ -160,4 +164,8 @@ TIMEZONE='Europe/Vienna'
 # generate initrd via update-initramfs?
 INITRD='yes'
 
+# this file contains information that has been caught during
+# installation and will be displayed at the end of the installation
+INSTALL_NOTES='/etc/debootstrap/install_notes'
+
 ## END OF FILE #################################################################