diff --recursive --new-file --unified --exclude=.svn --exclude=.git /ram/gitcmp/preseed/1.14.1/svn/debian/network-preseed.isinstallable /ram/gitcmp/preseed/1.14.1/git/debian/network-preseed.isinstallable
--- /ram/gitcmp/preseed/1.14.1/svn/debian/network-preseed.isinstallable	2004-08-19 13:35:43.830551000 +0200
+++ /ram/gitcmp/preseed/1.14.1/git/debian/network-preseed.isinstallable	2009-08-06 21:25:22.282160137 +0200
@@ -4,4 +4,11 @@
 if [ -n "$RET" ]; then
 	exit 0
 fi
+for file in /var/lib/dhcp/dhclient.leases /var/lib/dhcp3/dhclient.leases; do
+	if [ -r "$file" ]; then
+		if [ grep -q filename "$file" ]; then
+			exit 0
+		fi
+	fi
+done
 exit 1
diff --recursive --new-file --unified --exclude=.svn --exclude=.git /ram/gitcmp/preseed/1.14.1/svn/debian/network-preseed.postinst /ram/gitcmp/preseed/1.14.1/git/debian/network-preseed.postinst
--- /ram/gitcmp/preseed/1.14.1/svn/debian/network-preseed.postinst	2006-01-11 01:48:58.189324000 +0100
+++ /ram/gitcmp/preseed/1.14.1/git/debian/network-preseed.postinst	2009-08-06 21:25:22.282160137 +0200
@@ -27,5 +27,15 @@
 	fi
 }
 
+# DHCP filename preseeding.
+for file in /var/lib/dhcp/dhclient.leases /var/lib/dhcp3/dhclient.leases; do
+	if [ -r "$file" ]; then
+		FN="$(sed -n -e '/filename/s/.*"\(.*\)"./\1/p' $file)"
+		if [ -n "$FN" -a -z "${FN##*://*}" ]; then
+			preseed_location "$FN"
+		fi
+	fi
+done
+
 preseed preseed/url
 preseed_command preseed/early_command
diff --recursive --new-file --unified --exclude=.svn --exclude=.git /ram/gitcmp/preseed/1.14.1/svn/debian/po/bn.po /ram/gitcmp/preseed/1.14.1/git/debian/po/bn.po
--- /ram/gitcmp/preseed/1.14.1/svn/debian/po/bn.po	2005-11-06 07:42:30.683941000 +0100
+++ /ram/gitcmp/preseed/1.14.1/git/debian/po/bn.po	2009-08-06 21:25:22.282160137 +0200
@@ -6,7 +6,7 @@
 # Debian Installer master translation file template
 #
 # Anubadok, the en2bn auto-translator by Golam Mortuza Hossain <golam@imsc.res.in>, 2005.
-# Baishampayan Ghose <b.ghose@gnu.org.in>, 2005.
+# Baishampayan Ghose <b.ghose@gnu.org.in>, 2005-2006.
 # Jamil Ahmed <jamil@bengalinux.org>, 2005.
 # Khandakar Mujahidul Islam <suzan@bengalinux.org>, 2005.
 # Progga <progga@BengaLinux.Org>, 2005.
