X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=appliance%2Fmake.sh.in;h=3450543e86a17fa5b061b04b6d053b41da9bf286;hp=ab95da8edbf8f8ab60410d5a87c73d937897bd7a;hb=50caaf988f62b65b076060e55ddbbcf4aaeebbe9;hpb=b79ab8e3e649347166d864adc05c5bb446d1f536 diff --git a/appliance/make.sh.in b/appliance/make.sh.in index ab95da8..3450543 100755 --- a/appliance/make.sh.in +++ b/appliance/make.sh.in @@ -86,9 +86,10 @@ if [ "@DIST@" = "REDHAT" ]; then # Remove some unreadable binaries which are incompatible with # the supermin appliance. Since these binaries can't be read - # from the host filesystem, they generate warnings like: - # cpio: ./usr/bin/chfn: Cannot open: Permission denied - # These binaries are not needed for operation of the appliance. + # from the host filesystem, they cannot be added to the supermin + # appliance at run time. XXX Need a better fix for this. + # Probably we should change libguestfs-supermin-helper to just + # ignore such files. @FEBOOTSTRAP_RUN@ initramfs -- rm -f \ /usr/bin/chfn \ /usr/bin/chsh \