From 4dca0e82fab186466afd3e959b737c1b8075c268 Mon Sep 17 00:00:00 2001 From: Junichi Uekawa Date: Fri, 30 Mar 2007 20:31:54 +0900 Subject: do not try to decide network configuration based on PBUILDER_COW --- pbuilder-user-mode-linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pbuilder-user-mode-linux') diff --git a/pbuilder-user-mode-linux b/pbuilder-user-mode-linux index be22ed8..23941d6 100755 --- a/pbuilder-user-mode-linux +++ b/pbuilder-user-mode-linux @@ -101,7 +101,7 @@ else chmod 1777 ${UML_CHROOT_MOUNTPOINT}/tmp fi -if [ -n "${PBUILDER_COW}" -a "${UML_IP}" != 'dhcp']; then +if [ "${UML_IP}" != 'dhcp']; then cat < ${UML_CHROOT_MOUNTPOINT}/etc/network/interfaces auto lo iface lo inet loopback -- cgit v1.2.3