[SCM] live-boot branch, debian-next, updated. debian/3.0_a35-1-10-g31014e0

Daniel Baumann daniel at debian.org
Mon Jul 2 17:36:44 UTC 2012


The following commit has been merged in the debian-next branch:
commit 985cb9e4ef78112abd2701ff300818866ea2e6c1
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Jul 2 18:00:21 2012 +0200

    Adding redirection layer for initramfs-tools initramfs generator.

diff --git a/scripts/boot/0020-initramfs-tools b/scripts/boot/0020-initramfs-tools
new file mode 100755
index 0000000..175488e
--- /dev/null
+++ b/scripts/boot/0020-initramfs-tools
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+#set -e
+
+mountroot ()
+{
+	# initramfs-tools entry point for live-boot is mountroot(); function
+	Main
+}

-- 
live-boot



More information about the debian-live-changes mailing list