X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=appliance%2Fmake.sh.in;h=9150f55b964fc25f42f67d4d67fc7c9907d77a85;hb=3cd272fc6acb043b4002dbcbbf741cecbc4820be;hp=56b882a23221b1f688defb3ee3fd7902cf0f99ac;hpb=155aa76e57c99594a3724933b6d117f1053544b3;p=libguestfs.git diff --git a/appliance/make.sh.in b/appliance/make.sh.in index 56b882a..9150f55 100755 --- a/appliance/make.sh.in +++ b/appliance/make.sh.in @@ -94,6 +94,7 @@ if [ "@DIST@" = "REDHAT" ]; then /usr/bin/chfn \ /usr/bin/chsh \ /usr/libexec/pt_chown \ + /usr/libexec/utempter/utempter \ /usr/sbin/groupdel \ /usr/sbin/groupadd \ /usr/sbin/useradd \ @@ -161,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