From: Richard Jones Date: Wed, 16 Dec 2009 11:04:10 +0000 (+0000) Subject: appliance: Ignore unreadable dbus helper programs. X-Git-Tag: 1.0.80~6 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=795cf46a03bbe6ca0cbbeb951b8aceaf6e29eaca appliance: Ignore unreadable dbus helper programs. --- diff --git a/appliance/make.sh.in b/appliance/make.sh.in index 37e1893..b3cbe92 100755 --- a/appliance/make.sh.in +++ b/appliance/make.sh.in @@ -96,6 +96,8 @@ if [ "@DIST@" = "REDHAT" ]; then /usr/sbin/groupmems \ /sbin/unix_update \ /usr/sbin/tcpd \ + /lib/dbus-1/dbus-daemon-launch-helper \ + /lib64/dbus-1/dbus-daemon-launch-helper \ $(cd initramfs && echo usr/sbin/glibc_post_upgrade.*) # Kernel modules take up nearly half of the image. Only include ones