[SCM] debian-live/config-webc branch, master, updated. 98394b97a7e138ece8172e52e2d76b3dc0e55dd1

Kai Hendry hendry at iki.fi
Thu Oct 14 21:45:51 UTC 2010


The following commit has been merged in the master branch:
commit 98394b97a7e138ece8172e52e2d76b3dc0e55dd1
Author: Kai Hendry <hendry at iki.fi>
Date:   Thu Oct 14 23:48:45 2010 +0200

    go standard

diff --git a/webconverger/auto/config b/webconverger/auto/config
index e958af4..812a665 100755
--- a/webconverger/auto/config
+++ b/webconverger/auto/config
@@ -9,7 +9,7 @@ lb config noauto --clean \
 	--cache-stages "bootstrap rootfs" \
 	-k 486 \
 	-a i386 \
-	-f minimal \
+	-f standard \
 	-b iso-hybrid \
 	--apt apt \
 	--username webc \
diff --git a/webconverger/config/chroot_local-hooks/minimal b/webconverger/config/chroot_local-hooks/minimal
deleted file mode 100755
index a33c006..0000000
--- a/webconverger/config/chroot_local-hooks/minimal
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/bin/sh
-
-## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
-##
-## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
-## This is free software, and you are welcome to redistribute it
-## under certain conditions; see COPYING for details.
-
-
-set -e
-
-# Removing unused packages
-for PACKAGE in apt-utils aptitude man-db manpages info wget
-do
-	if ! apt-get remove --purge --yes "${PACKAGE}"
-	then
-		echo "WARNING: ${PACKAGE} isn't installed"
-	fi
-done
-
-apt-get autoremove --yes || true
-
-# Removing unused files
-find . -name *~ -print0 | xargs -0 rm -f
-
-rm -rf /var/cache/man/*
-
-# Truncating logs
-for FILE in $(find /var/log/ -type f)
-do
-	: > ${FILE}
-done

-- 
debian-live/config-webc



More information about the debian-live-changes mailing list