X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F24preseed;h=55fbfc333ab6d586064dafb14306d61e050def08;hb=bee74e59a03a763bccbbafcc4c000f3b83dccd34;hp=1e80a17369c5e5e7c962c5f23c8bddb94482bd13;hpb=25bcd436af6202932ad494c8ddd0a49999579924;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