updated TODO file; remove grml-stuff from config by default 0.4
authorMichael Prokop <mika@grml.org>
Tue, 5 Dec 2006 13:04:28 +0000 (14:04 +0100)
committerMichael Prokop <mika@grml.org>
Tue, 5 Dec 2006 13:04:28 +0000 (14:04 +0100)
TODO
config

diff --git a/TODO b/TODO
index 88a649f..2614b79 100644 (file)
--- a/TODO
+++ b/TODO
@@ -5,6 +5,7 @@ TODO list for grml-debootstrap
 * support automatic installation of grml packages:
   * grml-etc-core
   * grml-x + xserver-xorg
 * support automatic installation of grml packages:
   * grml-etc-core
   * grml-x + xserver-xorg
+* support selection between DESKTOP/WORKSTATION and SERVER
 * support *full* automatic installation where not a single keypress is necessary
   -> support bootoption debian2hd for installation through bootoption on live-cd
 * support for LVM + SW-RAID [should work through installation into directory, needs testing though]
 * support *full* automatic installation where not a single keypress is necessary
   -> support bootoption debian2hd for installation through bootoption on live-cd
 * support for LVM + SW-RAID [should work through installation into directory, needs testing though]
diff --git a/config b/config
index 507eeb1..72ad3f6 100644 (file)
--- a/config
+++ b/config
@@ -51,12 +51,12 @@ MIRROR='ftp://ftp.debian.de/debian'
 CHROOTMIRROR='ftp://ftp.debian.de/debian'
 
 # add grml repository to /etc/apt/sources.list
 CHROOTMIRROR='ftp://ftp.debian.de/debian'
 
 # add grml repository to /etc/apt/sources.list
-# if empty then the repository won't be added
-GRMLREPOS='yes'
+# if empty then the repository won't be added (notice: in testing phase)
+GRMLREPOS='yes'
 
 # install packages from grml-pool? requires activated $GRMLREPOS from above
 
 # install packages from grml-pool? requires activated $GRMLREPOS from above
-# if empty nothing will be added
-GRMLPACKAGES='grml-etc-core'
+# if empty nothing will be added (notice: in testing phase)
+GRMLPACKAGES='grml-etc-core'
 
 # release (which Debian version should be installed)
 # supported values: sarge etch sid
 
 # release (which Debian version should be installed)
 # supported values: sarge etch sid