diff options
| author | Daniel Baumann <daniel@debian.org> | 2012-07-02 18:00:21 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2012-07-18 23:34:21 +0200 |
| commit | e0d9e2947873e7adc41ab20f8896254e14e67ca9 (patch) | |
| tree | 118cddace0ca47f496d15ded96121d7a5c9f5594 | |
| parent | 9645a6ea31c644b0978a07ca866d46def32a2cce (diff) | |
| download | live-boot-e0d9e2947873e7adc41ab20f8896254e14e67ca9.tar.gz live-boot-e0d9e2947873e7adc41ab20f8896254e14e67ca9.zip | |
Adding redirection layer for initramfs-tools initramfs generator.
| -rwxr-xr-x | scripts/boot/0020-initramfs-tools | 9 |
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 +} |
