From 9432d0c8bb27f92846c42f864bc566da32d172f1 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 20 Nov 2007 21:22:19 +0100 Subject: [PATCH] Do not create /etc/sysconfig/* in cleanup script --- debian/changelog | 2 ++ etc/grml/fai/grml/grml_cleanup_chroot | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7c6a992..161ebf8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ grml-live (0.0.10) unstable; urgency=low [Testing: issue340] * Add keychain package to GRML_MEDIUM. * Add keychain package to GRML_SMALL. + * Do not create /etc/sysconfig/network-scripts and + /etc/sysconfig/provider any longer in cleanup script. -- Michael Prokop Mon, 19 Nov 2007 12:49:37 +0100 diff --git a/etc/grml/fai/grml/grml_cleanup_chroot b/etc/grml/fai/grml/grml_cleanup_chroot index c678e57..4b6df6d 100755 --- a/etc/grml/fai/grml/grml_cleanup_chroot +++ b/etc/grml/fai/grml/grml_cleanup_chroot @@ -242,7 +242,6 @@ einfo "Cleaning and removing some misc files and directories" /var/lib/games /var/cache/man \ /var/lib/nfs /var/lib/xkb \ /var/mail/grml /var/account/pacct - mkdir -p /etc/sysconfig/network-scripts /etc/sysconfig/provider # Recreate empty utmp and wtmp :>/var/run/utmp :>/var/run/wtmp -- 2.1.4