diff options
-rwxr-xr-x | appliance/make.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appliance/make.sh.in b/appliance/make.sh.in index 0dbce56d..9150f55b 100755 --- a/appliance/make.sh.in +++ b/appliance/make.sh.in @@ -162,7 +162,7 @@ __EOF__ @FEBOOTSTRAP_RUN@ initramfs -- touch /etc/fstab fi - echo nameserver 10.0.2.3 > resolv.conf.new + echo nameserver 169.254.2.3 > resolv.conf.new @FEBOOTSTRAP_INSTALL@ initramfs resolv.conf.new /etc/resolv.conf 0644 root.root rm resolv.conf.new |