Release new version 0.29.2
[grml-live.git] / etc / grml / grml-live.conf
index a26ba85..e30d4b7 100644 (file)
@@ -13,7 +13,7 @@
 
 # Main output directory
 # Please notice that you need suid,dev,rw permissions there
-# OUTPUT="/grml/grml-live"
+# OUTPUT="./grml/"
 # You have enough RAM? Use shared memory for fast testing-purposes:
 # OUTPUT="/dev/shm" # mount -o remount,suid,dev,rw /dev/shm
 
 
 # Which Debian suite/release do you want to use?
 # Supported values are: stable, testing, unstable (or their corresponding release
-# names like "wheezy").
+# names like "jessie").
 # Unless it is set it defaults to "testing".
 # SUITE="unstable"
 
 # Which FAI classes do you want to use by default?#
 
 # Notice: GRMLBASE is recommended in any case unless you *really* know what you
-# are doing; make sure to also use a GRML_* class (for example GRML_SMALL,
-# GRML_MEDIUM or GRML_FULL) to get an according kernel and also select the
+# are doing; make sure to also use a GRML_* class (for example GRML_SMALL
+# or GRML_FULL) to get an according kernel and also select the
 # architecture (I386 for x86; AMD64 for x86_64)
 # CLASSES="GRMLBASE,GRML_FULL,I386"
 
@@ -66,7 +66,7 @@
 
 # Which Debian suite and which mirror do you want to use for debootstrapping?
 # Usage: "<suite> <mirror>"
-# FAI_DEBOOTSTRAP="wheezy http://http.debian.net/debian"
+# FAI_DEBOOTSTRAP="jessie http://ftp.debian.org/debian"
 
 # Do you want to use a local mirror (like NFS)?
 # If so specify the directory where debian/ is available: