From ba42304070c7104fbe526f6d166b8bbce36a3cd4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 Aug 2012 01:11:27 +0200 Subject: Moving reading of initramfs-tools functions to initramfs-tools script. --- scripts/boot/0020-initramfs-tools | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts/boot/0020-initramfs-tools') diff --git a/scripts/boot/0020-initramfs-tools b/scripts/boot/0020-initramfs-tools index 175488e..c251443 100755 --- a/scripts/boot/0020-initramfs-tools +++ b/scripts/boot/0020-initramfs-tools @@ -2,6 +2,11 @@ #set -e +if [ -e /scripts/functions ] +then + . /scripts/functions +fi + mountroot () { # initramfs-tools entry point for live-boot is mountroot(); function -- cgit v1.2.3