Fix -t option when not using a device
[grml-debootstrap.git] / config
diff --git a/config b/config
index bd8dcca..eae6612 100644 (file)
--- a/config
+++ b/config
@@ -74,6 +74,10 @@ MIRROR='ftp://ftp.de.debian.org/debian'
 #                   squeeze (testing), sid (unstable)
 RELEASE='lenny'
 
+# define components that should be used within sources.list
+# default:
+# COMPONENTS='main contrib non-free'
+
 # architecture
 # if unset the default of the running system (see 'dpkg --print-architecture') will be taken
 # notice: installing an amd64 system requires a 64bit kernel
@@ -104,6 +108,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'