[SCM] live-build branch, debian, updated. debian/3.0_a53-1

Daniel Baumann daniel at debian.org
Thu Jul 19 02:17:55 UTC 2012


The following commit has been merged in the debian branch:
commit f1de9370cc4904815e9eda5da6eff7ccfa07b686
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Jul 19 03:28:07 2012 +0200

    Removing sysvinit.chroot example hook, not useful on modern systems anymore.

diff --git a/examples/hooks/sysvinit.chroot b/examples/hooks/sysvinit.chroot
deleted file mode 100755
index d8e4932..0000000
--- a/examples/hooks/sysvinit.chroot
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-# Disable all
-for _FILE in /etc/init.d/*
-do
-	update-rc.d -f $(basename ${_FILE}) remove
-done
-
-# Re-enable all required (taken from -f standard chroot)
-for _PACKAGE in live-boot live-config console-common cron dpkg ifupdown initscripts kbd klogd libc6 libdevmapper1.02 libselinux1 libsepol1 login makedev module-init-tools netbase openbsd-inetd procps sudo sysklogd udev util-linux
-do
-	if [ -f /var/lib/dpkg/info/${_PACKAGE}.postinst ]
-	then
-		# Re-configure if existing
-		/var/lib/dpkg/info/${_PACKAGE}.postinst configure
-	fi
-done

-- 
live-build



More information about the debian-live-changes mailing list