[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 6d45398eddcf8784e5f142ba77969f1949077fb7
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Jul 19 03:20:08 2012 +0200

    Removing linux-modules.chroot example hook, this can be done by kmods conf.d directories directly.

diff --git a/examples/hooks/linux-modules.chroot b/examples/hooks/linux-modules.chroot
deleted file mode 100755
index 8b07294..0000000
--- a/examples/hooks/linux-modules.chroot
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-# This is a hook for live-build(7) to add entries to /etc/modules.
-# To enable it, copy or symlink this hook into your config/chroot_local-hooks
-# directory.
-
-MODULES=""
-
-for MODULE in ${MODULES}
-do
-	if ! grep -qs /etc/modules ${MODULE}
-	then
-		echo ${MODULE} >> /etc/modules
-	fi
-done

-- 
live-build



More information about the debian-live-changes mailing list