Moving reading of initramfs-tools functions to initramfs-tools script.
[live-boot-grml.git] / scripts / boot / 0020-initramfs-tools
index 175488e..c251443 100755 (executable)
@@ -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