X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=appliance%2Fmake.sh.in;h=efd1f463cf972575f7182b970e09d16a2a332f98;hb=b3d27793f04ae44b2c11f6422a19b4422ac941cd;hp=56b882a23221b1f688defb3ee3fd7902cf0f99ac;hpb=155aa76e57c99594a3724933b6d117f1053544b3;p=libguestfs.git diff --git a/appliance/make.sh.in b/appliance/make.sh.in index 56b882a..efd1f46 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 \ @@ -104,6 +105,7 @@ if [ "@DIST@" = "REDHAT" ]; then /usr/sbin/groupmems \ /sbin/unix_update \ /usr/sbin/tcpd \ + /usr/share/dbus-1/services/org.selinux.Restorecond.service \ /lib/dbus-1/dbus-daemon-launch-helper \ /lib64/dbus-1/dbus-daemon-launch-helper \ /etc/passwd- \ @@ -161,16 +163,12 @@ __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 ls -lh $koutput - # Now directly run the update script to copy/update the daemon in the - # initramfs. - cd appliance && bash update.sh - elif [ "@DIST@" = "DEBIAN" ]; then cd @top_builddir@/appliance debirf make -n debian