Darryl L. Pierce
2008-Nov-12 21:17 UTC
[Ovirt-devel] [PATCH node-image] Delists necessary but blacklisted exes and includes bc.
hal-device is needed for standalone mode to run. bc is added as a requirement. Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- common-blacklist.ks | 2 +- common-pkgs.ks | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/common-blacklist.ks b/common-blacklist.ks index 662d67b..cf9159c 100644 --- a/common-blacklist.ks +++ b/common-blacklist.ks @@ -94,7 +94,7 @@ blacklist_lib="/usr/lib{,64}/python2.5 /usr/lib{,64}/gconv \ blacklist_pango="/usr/lib{,64}/pango /usr/lib{,64}/libpango* \ /etc/pango /usr/bin/pango*" blacklist_hal="/usr/bin/hal-disable-polling \ - /usr/bin/hal-find-by-capability /usr/bin/hal-find-by-property \ + /usr/bin/hal-find-by-property \ /usr/bin/hal-is-caller-locked-out /usr/bin/hal-is-caller-privileged \ /usr/bin/hal-lock /usr/bin/hal-set-property /usr/bin/hal-setup-keymap" blacklist_ssh="/usr/bin/sftp /usr/bin/slogin /usr/bin/ssh /usr/bin/ssh-add \ diff --git a/common-pkgs.ks b/common-pkgs.ks index 9f9e277..b417fe2 100644 --- a/common-pkgs.ks +++ b/common-pkgs.ks @@ -1,4 +1,5 @@ @core +bc kernel hwdata passwd -- 1.5.6.5
Alan Pevec
2008-Nov-13 19:16 UTC
[Ovirt-devel] Re: [PATCH node-image] Delists necessary but blacklisted exes and includes bc.
ACK and pushed with more precise commit msg: more requirements for standalone mode to run hal-find-by-capability for device discovery bc is needed for non-integer arithmetics