[debian-edu-commits] debian-edu/ 01/01: share/ltsp/plugins/ltsp-build-client/Debian-custom/032-edu-pkgs: Don't try to remove xfs which was last present in Wheezy. (See #872152)

Holger Levsen holger at layer-acht.org
Fri Sep 15 13:57:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository debian-edu-config.

commit 2a01dfe6f812f079fb455149dd448d8b07d0b118
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Sep 15 15:57:15 2017 +0200

    share/ltsp/plugins/ltsp-build-client/Debian-custom/032-edu-pkgs: Don't try to remove xfs which was last present in Wheezy. (See #872152)
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 debian/changelog                                                | 2 ++
 share/ltsp/plugins/ltsp-build-client/Debian-custom/032-edu-pkgs | 5 ++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cf8f6fd..c331228 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ debian-edu-config (1.932) UNRELEASED; urgency=medium
       /usr/bin/etckeeper.
   * Bump Standards-Version to 4.1.0, no changes needed.
   * Bump debian/compat to 10 and build-depend on debhelper >= 10.2.5~.
+  * share/ltsp/plugins/ltsp-build-client/Debian-custom/032-edu-pkgs: Don't try
+    to remove xfs which was last present in Wheezy. (See #872152)
 
  -- Wolfgang Schweer <wschweer at arcor.de>  Tue, 22 Aug 2017 22:22:46 +0200
 
diff --git a/share/ltsp/plugins/ltsp-build-client/Debian-custom/032-edu-pkgs b/share/ltsp/plugins/ltsp-build-client/Debian-custom/032-edu-pkgs
index 89a046e..50bd3f8 100644
--- a/share/ltsp/plugins/ltsp-build-client/Debian-custom/032-edu-pkgs
+++ b/share/ltsp/plugins/ltsp-build-client/Debian-custom/032-edu-pkgs
@@ -228,9 +228,8 @@ finalization_diskless_workstation() {
     # Get rid of lvm2, as it causes the shutdown to hang.
     in_target apt-get -y purge lvm2
 
-    # Get rid of some network services we do not want on diskless
-    # workstations
-    in_target apt-get -y purge munin-node xfs
+    # Get rid of munin-node which we do not want on diskless workstations
+    in_target apt-get -y purge munin-node
 
     # LTSP take care of updating resolv.conf, no need to have
     # resolvconf try to do the same.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git



More information about the debian-edu-commits mailing list