From 02006eaef8a220c3740a4e4f9a7d53f352f9c193 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 28 Feb 2013 22:27:24 +0100 Subject: Moving initramfs-tools entry-point to backends. --- scripts/boot/0020-initramfs-tools | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 scripts/boot/0020-initramfs-tools (limited to 'scripts/boot/0020-initramfs-tools') 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 -} -- cgit v1.2.3