diff options
author | Junichi Uekawa <dancer@dancer64.netfort.gr.jp> | 2007-03-30 20:31:54 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@dancer64.netfort.gr.jp> | 2007-03-30 20:31:54 +0900 |
commit | 4dca0e82fab186466afd3e959b737c1b8075c268 (patch) | |
tree | 9a5f4008d31cacadfcdc48e001cda93d8919ad0c /pbuilder-user-mode-linux | |
parent | 2cb7c0dc359fcee9d7c841cf82a2f9a2f41100b0 (diff) | |
download | pbuilder-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-x | pbuilder-user-mode-linux | 2 |
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 |