X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fboot%2F0020-initramfs-tools;h=c25144383212938fa3d87328e8ef5a2d036fbd6e;hb=807aa6389f094accf58d6b4b654679d1dcbc84aa;hp=175488eff948ae5c1ddbe172ab8d176331cda8fd;hpb=e0d9e2947873e7adc41ab20f8896254e14e67ca9;p=live-boot-grml.git 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