Add support for EXIT_ON_MISSING_PACKAGES
[grml-live.git] / etc / grml / grml-live.conf
index c8bb66e..096ece9 100644 (file)
@@ -61,9 +61,9 @@
 # manually edit /etc/grml/fai/apt/sources.list but instead use $GRML_LIVE_SOURCES.
 # Use the variable as your /etc/apt/sources.list looks like.
 # GRML_LIVE_SOURCES="
-#deb http://192.168.1.112/debian     lenny        main contrib non-free
 #deb http://deb.grml.org/            grml-stable  main
 #deb http://deb.grml.org/            grml-testing main
+#deb http://192.168.1.112/debian     lenny     main contrib non-free
 #deb http://cdn.debian.net/debian etch         main contrib non-free
 #"
 
 # URL for downloading the windows files:
 # WINDOWS_BINARIES="http://the.earth.li/~sgtatham/putty/latest/x86/"
 
+# Do you want exit grml-live if some packages were requested for installation
+# on fresh installs but are missing on the generated ISO finally?
+# By default the package list is sent to stdout but grml-live doesn't interrupt.
+# EXIT_ON_MISSING_PACKAGES=1
+
 ## END OF FILE #################################################################