X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F24preseed;h=55fbfc333ab6d586064dafb14306d61e050def08;hb=140b179f0ff73f3cc1c081f6e6641417a5a0788d;hp=1e80a17369c5e5e7c962c5f23c8bddb94482bd13;hpb=4328832d0d00e2d8f6608ae6db2e8a70a4a8571e;p=live-boot-grml.git diff --git a/scripts/live-bottom/24preseed b/scripts/live-bottom/24preseed index 1e80a17..55fbfc3 100755 --- a/scripts/live-bottom/24preseed +++ b/scripts/live-bottom/24preseed @@ -26,6 +26,10 @@ log_begin_msg "Loading preseed file..." # live-initramfs script +if [ -e /preseed.cfg ]; then + chroot /root debconf-set-selections < /preseed.cfg +fi + if [ -f "/root/${LOCATION}" ]; then chroot /root debconf-set-selections < "/root/${LOCATION}" fi