summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-07-02 18:00:21 +0200
committerDaniel Baumann <daniel@debian.org>2012-07-18 23:34:21 +0200
commite0d9e2947873e7adc41ab20f8896254e14e67ca9 (patch)
tree118cddace0ca47f496d15ded96121d7a5c9f5594
parent9645a6ea31c644b0978a07ca866d46def32a2cce (diff)
downloadlive-boot-e0d9e2947873e7adc41ab20f8896254e14e67ca9.tar.gz
live-boot-e0d9e2947873e7adc41ab20f8896254e14e67ca9.zip
Adding redirection layer for initramfs-tools initramfs generator.
-rwxr-xr-xscripts/boot/0020-initramfs-tools9
1 files changed, 9 insertions, 0 deletions
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
+}