From c488a9529c6032ba880a149f7fa3ac30c9e83898 Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Wed, 2 Jun 2010 23:53:53 -0500 Subject: [PATCH] Remove attempt to copy over documentation file that doesn't exist. I checked with docs and that file isn't packaged any more, because it was felt to be something that you wouldn't need once you made the live image. That stance is negotiable if someone thinks it is worth including. --- fedora-live-base.ks | 1 - 1 file changed, 1 deletion(-) diff --git a/fedora-live-base.ks b/fedora-live-base.ks index 4eca35f..219016d 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -377,7 +377,6 @@ touch /var/lib/readahead/early.sorted %post --nochroot 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 if [ "$(uname -i)" = "i386" -o "$(uname -i)" = "x86_64" ]; then