diff options
| author | Daniel Baumann <daniel@debian.org> | 2013-02-28 22:27:24 +0100 |
|---|---|---|
| committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 13:54:15 +0200 |
| commit | 02006eaef8a220c3740a4e4f9a7d53f352f9c193 (patch) | |
| tree | 2d7c6e54374e00f5ac8a65de434bf916358d2fdc /scripts/boot/0020-initramfs-tools | |
| parent | 8bea91806e321b8fdcba43dd2808720054794734 (diff) | |
| download | live-boot-02006eaef8a220c3740a4e4f9a7d53f352f9c193.tar.gz live-boot-02006eaef8a220c3740a4e4f9a7d53f352f9c193.zip | |
Moving initramfs-tools entry-point to backends.
Diffstat (limited to 'scripts/boot/0020-initramfs-tools')
| -rwxr-xr-x | scripts/boot/0020-initramfs-tools | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/scripts/boot/0020-initramfs-tools b/scripts/boot/0020-initramfs-tools deleted file mode 100755 index c251443..0000000 --- a/scripts/boot/0020-initramfs-tools +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -#set -e - -if [ -e /scripts/functions ] -then - . /scripts/functions -fi - -mountroot () -{ - # initramfs-tools entry point for live-boot is mountroot(); function - Main -} |
