mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-02-09 01:03:10 +00:00
Don't try to copy over documentation that isn't there any more.
A similar fix had been applied to live base a while ago. We really want live base inheriting from mini so that we don't end up having to fix things twice.
This commit is contained in:
parent
a2856a7071
commit
9031e7e9d7
@ -393,7 +393,6 @@ touch /var/lib/readahead/early.sorted
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
cp $INSTALL_ROOT/usr/share/doc/*-release-*/GPL $LIVE_ROOT/GPL
|
cp $INSTALL_ROOT/usr/share/doc/*-release-*/GPL $LIVE_ROOT/GPL
|
||||||
cp $INSTALL_ROOT/usr/share/doc/HTML/readme-live-image/en_US/readme-live-image-en_US.txt $LIVE_ROOT/README
|
|
||||||
|
|
||||||
# only works on x86, x86_64
|
# only works on x86, x86_64
|
||||||
if [ "$(uname -i)" = "i386" -o "$(uname -i)" = "x86_64" ]; then
|
if [ "$(uname -i)" = "i386" -o "$(uname -i)" = "x86_64" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user