From 212a7a86232c4ecf10db650a101dda66b85ca4f3 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 30 Jul 2010 09:40:28 -0400 Subject: [PATCH] Add tasksel and taskel-data to exclude option in FAI_DEBOOTSTRAP_OPTS. Grml doesn't use tasksel{,-data} and dropping tasksel saves us 1,868kB disk space. Therefore lets get rid of it by default when debootstrapping the chroot. Thanks: Tong Sun Signed-off-by: Michael Prokop --- etc/grml/fai/make-fai-nfsroot.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/grml/fai/make-fai-nfsroot.conf b/etc/grml/fai/make-fai-nfsroot.conf index b4bdb4b..cfd1e79 100644 --- a/etc/grml/fai/make-fai-nfsroot.conf +++ b/etc/grml/fai/make-fai-nfsroot.conf @@ -19,7 +19,7 @@ TFTPROOT=/srv/tftp/fai FAI_DEBOOTSTRAP="lenny http://cdn.debian.net/debian" # which options do you want to use for debootstrap? -FAI_DEBOOTSTRAP_OPTS="--exclude=info" +FAI_DEBOOTSTRAP_OPTS="--exclude=info,tasksel,tasksel-data" # the encrypted (with md5 or crypt) root password on all install clients during # installation process; used when log in via ssh; default pw is: fai -- 2.1.4