Adding casper 1.71+debian-1.
[live-boot-grml.git] / scripts / casper-bottom / 24preseed
index 98a9864..cd52467 100755 (executable)
@@ -3,7 +3,7 @@
 PREREQ=""
 DESCRIPTION="Loading preseed file..."
 
-. /scripts/functions
+. /scripts/casper-functions
 
 prereqs ()
 {
@@ -26,6 +26,9 @@ for x in $(cat /proc/cmdline); do
                preseed/file=*)
                        location="${x#preseed/file=}"
                        ;;
+               file=*)
+                       location="${x#file=}"
+                       ;;
                */*=*)
                        question="${x%%=*}"
                        value="${x#*=}"