X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fboot%2F0020-initramfs-tools;fp=scripts%2Fboot%2F0020-initramfs-tools;h=0000000000000000000000000000000000000000;hb=02006eaef8a220c3740a4e4f9a7d53f352f9c193;hp=c25144383212938fa3d87328e8ef5a2d036fbd6e;hpb=8bea91806e321b8fdcba43dd2808720054794734;p=live-boot-grml.git 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 -}