diff options
author | Richard Jones <rjones@redhat.com> | 2009-12-16 11:04:10 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-12-16 11:04:10 +0000 |
commit | 795cf46a03bbe6ca0cbbeb951b8aceaf6e29eaca (patch) | |
tree | 95f7810fdf82d5415964e8f211d8b3bc3ef28764 /appliance | |
parent | 3b0d91890da5244dd642a5e7e9fa07312851693d (diff) | |
download | libguestfs-795cf46a03bbe6ca0cbbeb951b8aceaf6e29eaca.tar.gz libguestfs-795cf46a03bbe6ca0cbbeb951b8aceaf6e29eaca.tar.xz libguestfs-795cf46a03bbe6ca0cbbeb951b8aceaf6e29eaca.zip |
appliance: Ignore unreadable dbus helper programs.
Diffstat (limited to 'appliance')
-rwxr-xr-x | appliance/make.sh.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/appliance/make.sh.in b/appliance/make.sh.in index 37e18931..b3cbe922 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 |