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