summaryrefslogtreecommitdiffstats
path: root/appliance/make.sh.in
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-05-18 10:01:45 +0100
committerRichard Jones <rjones@redhat.com>2010-05-18 10:01:45 +0100
commit155aa76e57c99594a3724933b6d117f1053544b3 (patch)
tree1425b10cbed2e24c6d766d9275ff4a6e48ac7ba0 /appliance/make.sh.in
parentf1b651a99b93046b46641ca03e5ed6082866f7ef (diff)
downloadlibguestfs-155aa76e57c99594a3724933b6d117f1053544b3.tar.gz
libguestfs-155aa76e57c99594a3724933b6d117f1053544b3.tar.xz
libguestfs-155aa76e57c99594a3724933b6d117f1053544b3.zip
appliance: Change comment about unreadable binaries.
Diffstat (limited to 'appliance/make.sh.in')
-rwxr-xr-xappliance/make.sh.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/appliance/make.sh.in b/appliance/make.sh.in
index ab95da8e..56b882a2 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 febootstrap-supermin-helper to just
+ # ignore such files.
@FEBOOTSTRAP_RUN@ initramfs -- rm -f \
/usr/bin/chfn \
/usr/bin/chsh \