Initial README.md (esp. for Github users)
[grml-debootstrap.git] / config
diff --git a/config b/config
index 53ff8ec..610dd4a 100644 (file)
--- a/config
+++ b/config
@@ -82,7 +82,7 @@
 # ARCH='amd64'
 
 # Hostname of new system.
-# Default: 'grml'
+# Default: $HOSTNAME or if unset 'grml'
 # HOSTNAME='grml'
 
 # Kernel version to install.
 
 # File system creation tool to apply on $TARGET.
 # If empty, no file system will be created.
-# Default: 'mkfs.ext3'
+# Default: 'mkfs.ext4'
 # MKFS=''
 
 # Filesystem tuning tool to apply on $TARGET.