[Piuparts-commits] [piuparts] 04/10: add exception for nfsbooted

Holger Levsen holger at layer-acht.org
Sun Jan 15 21:24:40 UTC 2017


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

holger pushed a commit to branch master
in repository piuparts.

commit c47967c03ed29dc59bcf6f99b20e86e8fc4c9617
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sun Jan 15 18:23:09 2017 +0100

    add exception for nfsbooted
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 custom-scripts/scripts/pre_distupgrade_exceptions | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/custom-scripts/scripts/pre_distupgrade_exceptions b/custom-scripts/scripts/pre_distupgrade_exceptions
index 24e715e..b91dc64 100755
--- a/custom-scripts/scripts/pre_distupgrade_exceptions
+++ b/custom-scripts/scripts/pre_distupgrade_exceptions
@@ -48,6 +48,12 @@ if [ "$PIUPARTS_DISTRIBUTION_NEXT" = "wheezy" ]; then
 			log_debug
 			dpkg --purge cnews
 			;;
+		nfsbooted)
+			# sysv-rc fails migration to dependency based boot sequence if nfsbooted is installed
+			# nfsbooted was removed after lenny
+			log_debug
+			dpkg --purge nfsbooted
+			;;
 		pdns-backend-mysql)
 			# WORKSAROUND #698562: upgrade from squeeze => wheezy fails if database has not been created before the upgrade
 			log_debug

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



More information about the Piuparts-commits mailing list