Replace /dev/shm with /grml/grml-live as default target
[grml-live.git] / etc / grml / grml-live.conf
index dd8ab26..a71391b 100644 (file)
@@ -3,13 +3,13 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2 or any later version.
-# Latest change: Sun Sep 16 23:54:07 CEST 2007 [mika]
+# Latest change: Tue Sep 18 09:31:39 CEST 2007 [mika]
 ################################################################################
 
 # main output directory
 # please notice that you need suid,dev,rw permissions there
-TARGET="/dev/shm" # FIXME / TODO
-# mount -o remount,suid,dev,rw /dev/shm
+TARGET="/grml/grml-live"
+# TARGET="/dev/shm" # mount -o remount,suid,dev,rw /dev/shm
 
 # chroot of the buildprocess files:
 CHROOT_TARGET="$TARGET/grml_chroot"