X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F24preseed;fp=scripts%2Fcasper-bottom%2F24preseed;h=cd530ea0126dc730e3071f4d60376122281055c0;hb=9fc9e2a1a11b0edada38cb501fefe4f58aa414ac;hp=cd5246717b7e65599965c624f50d6ee3164aa50a;hpb=4bdaa2237c6ae923d1dd068e9024ebceca3f40d9;p=live-boot-grml.git diff --git a/scripts/casper-bottom/24preseed b/scripts/live-bottom/24preseed similarity index 81% rename from scripts/casper-bottom/24preseed rename to scripts/live-bottom/24preseed index cd52467..cd530ea 100755 --- a/scripts/casper-bottom/24preseed +++ b/scripts/live-bottom/24preseed @@ -3,7 +3,7 @@ PREREQ="" DESCRIPTION="Loading preseed file..." -. /scripts/casper-functions +. /scripts/live-functions prereqs () { @@ -32,11 +32,11 @@ for x in $(cat /proc/cmdline); do */*=*) question="${x%%=*}" value="${x#*=}" - casper-preseed /root "$question" "$value" + live-preseed /root "$question" "$value" ;; locale=*) value="${x#*=}" - casper-preseed /root debian-installer/locale "$value" + live-preseed /root debian-installer/locale "$value" ;; esac done