git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f1b651a
)
appliance: Change comment about unreadable binaries.
author
Richard Jones
<rjones@redhat.com>
Tue, 18 May 2010 09:01:45 +0000
(10:01 +0100)
committer
Richard Jones
<rjones@redhat.com>
Tue, 18 May 2010 09:01:45 +0000
(10:01 +0100)
appliance/make.sh.in
patch
|
blob
|
history
diff --git
a/appliance/make.sh.in
b/appliance/make.sh.in
index
ab95da8
..
56b882a
100755
(executable)
--- 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
# 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 \
@FEBOOTSTRAP_RUN@ initramfs -- rm -f \
/usr/bin/chfn \
/usr/bin/chsh \