From 795cf46a03bbe6ca0cbbeb951b8aceaf6e29eaca Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 16 Dec 2009 11:04:10 +0000 Subject: [PATCH 1/1] appliance: Ignore unreadable dbus helper programs. --- appliance/make.sh.in | 2 ++ 1 file changed, 2 insertions(+) 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 -- 1.8.3.1