From: Michael Prokop Date: Tue, 20 Nov 2007 20:22:19 +0000 (+0100) Subject: Do not create /etc/sysconfig/* in cleanup script X-Git-Tag: 0.0.10~21 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=9432d0c8bb27f92846c42f864bc566da32d172f1;ds=sidebyside Do not create /etc/sysconfig/* in cleanup script --- 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