[Pkg-uml-commit] r189 - trunk/src/rootstrap/modules
Mattia Dongili
malattia at costa.debian.org
Thu Aug 31 21:34:37 UTC 2006
Author: malattia
Date: 2006-08-31 21:34:36 +0000 (Thu, 31 Aug 2006)
New Revision: 189
Modified:
trunk/src/rootstrap/modules/debian
Log:
hack-y but functional preseeding
Modified: trunk/src/rootstrap/modules/debian
===================================================================
--- trunk/src/rootstrap/modules/debian 2006-08-31 21:23:17 UTC (rev 188)
+++ trunk/src/rootstrap/modules/debian 2006-08-31 21:34:36 UTC (rev 189)
@@ -34,11 +34,11 @@
fi
if test -n "$debconf_preseed_file" -a -f "$debconf_preseed_file"; then
- mkdir -p $TARGET/tmp || true
- cp $debconf_preseed_file $TARGET/tmp/config.dat
+ mkdir -p $TARGET/var/cache/debconf || true
+ cp $debconf_preseed_file $TARGET/var/cache/debconf/config.dat
- DEBCONF_DB_OVERRIDE="File{/tmp/config.dat}"
- export DEBCONF_DB_OVERRIDE
+# DEBCONF_DB_OVERRIDE="File{/tmp/config.dat}"
+# export DEBCONF_DB_OVERRIDE
echo "Preseeding Debconf from $debconf_preseed_file";
fi
More information about the Pkg-uml-commit
mailing list