=== modified file 'scripts/casper-bottom/24preseed'
--- scripts/casper-bottom/24preseed	2007-08-29 14:44:50 +0000
+++ scripts/casper-bottom/24preseed	2007-09-25 15:26:20 +0000
@@ -63,6 +63,12 @@
 	chroot /root debconf-set-selections < "/root$location"
 fi
 
+reply="$(echo "GET preseed/early_command" | chroot /root debconf-communicate -fnoninteractive casper)"
+if [ "${reply#0 }" != "$reply" ]; then
+	reply="${reply#0 }"
+	sh -c "$reply"
+fi
+
 log_end_msg
 
 exit 0

