Copy /etc/network/interfaces from host system, unless --nointerfaces is used or targe...
[grml-debootstrap.git] / config
diff --git a/config b/config
index 6efc119..f98dff6 100644 (file)
--- a/config
+++ b/config
 
 # 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.
 # Default: '/etc/debootstrap/install_notes' (empty file).
 # INSTALL_NOTES='/etc/debootstrap/install_notes'
 
+# Use fixed disk identifiers for Virtual Machine builds.
+# Useful for reproducible builds.
+# Default: 'no'
+# FIXED_DISK_IDENTIFIERS='yes'
+
 ## END OF FILE #################################################################