Adding upstream version 1.99.1.
[live-boot-grml.git] / scripts / live-bottom / 24preseed
index 1e80a17..55fbfc3 100755 (executable)
@@ -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