aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-user-mode-linux
diff options
context:
space:
mode:
authorJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-03-30 20:31:54 +0900
committerJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-03-30 20:31:54 +0900
commit4dca0e82fab186466afd3e959b737c1b8075c268 (patch)
tree9a5f4008d31cacadfcdc48e001cda93d8919ad0c /pbuilder-user-mode-linux
parent2cb7c0dc359fcee9d7c841cf82a2f9a2f41100b0 (diff)
downloadpbuilder-4dca0e82fab186466afd3e959b737c1b8075c268.tar
pbuilder-4dca0e82fab186466afd3e959b737c1b8075c268.tar.gz
do not try to decide network configuration based on PBUILDER_COW
Diffstat (limited to 'pbuilder-user-mode-linux')
-rwxr-xr-xpbuilder-user-mode-linux2
1 files changed, 1 insertions, 1 deletions
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 <<IP > ${UML_CHROOT_MOUNTPOINT}/etc/network/interfaces
auto lo
iface lo inet loopback