BTS

Message2838

Author suntong1
Recipients suntong, suntong1
Date 2010-01-15.19:51:01
Content
---
 config |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config b/config
index bd75618..a0cdb11 100644
--- a/config
+++ b/config
@@ -113,10 +113,10 @@ DEBIAN_FRONTEND='noninteractive'
 # STAGES='/var/cache/grml-debootstrap'
 
 # install packages defined in /etc/debootstrap/packages?
-PACKAGES='yes'
+PACKAGES=#'yes'
 
 # pre-seed packages using /etc/debootstrap/debconf-selections (if exist)?
-DEBCONF='yes'
+DEBCONF=#'yes'
 
 # execute scripts from /etc/debootstrap/chroot-scripts/ inside the chroot?
 CHROOT_SCRIPTS='yes'
-- 
1.6.5
History
Date User Action Args
2010-01-15 19:51:01suntong1linkissue801 messages
2010-01-15 19:51:01suntong1create