[SCM] Debian Live build scripts branch, master, updated. 1.0.0-2-39-ga7494f2
Daniel Baumann
daniel at debian.org
Thu Sep 11 10:54:44 UTC 2008
The following commit has been merged in the master branch:
commit a7494f2620425ebff3b8dd43a1fed4267bfaa1b7
Author: Daniel Baumann <daniel at debian.org>
Date: Thu Sep 11 12:28:03 2008 +0200
Adding example hook to update initramfs.
diff --git a/examples/hooks/update-initramfs.sh b/examples/hooks/update-initramfs.sh
new file mode 100755
index 0000000..e220418
--- /dev/null
+++ b/examples/hooks/update-initramfs.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+# This is a hook for live-helper(7) to install aufs drivers
+# To enable it, copy this hook into your config/chroot_local-hooks directory.
+#
+# Note: You only want to use this hook if you have modified any initramfs-script
+# during the build and need to refresh the initrd.img for that purpose.
+
+update-initramfs -k all -t -u
--
Debian Live build scripts
More information about the debian-live-changes
mailing list