config/livecd-fedora-base-desktop.ks |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit bdd9dcd487a889793a8ded4dd45382b4ce49b4d4
Author: Jeremy Katz <[EMAIL PROTECTED]>
Date:   Tue May 27 16:05:54 2008 -0400

    Only mount over /var/cache/yum and not all of /var/cache

diff --git a/config/livecd-fedora-base-desktop.ks 
b/config/livecd-fedora-base-desktop.ks
index dc6bed7..5da37aa 100644
--- a/config/livecd-fedora-base-desktop.ks
+++ b/config/livecd-fedora-base-desktop.ks
@@ -132,9 +132,7 @@ chkconfig --level 345 readahead_later off 2>/dev/null
 
 # make it so that we don't do writing to the overlay for things which
 # are just tmpdirs/caches
-mount -t tmpfs varcache /tmp
-(cd /var/cache ; find .) | (cd /tmp ; cpio --quiet -pmdu)
-mount --move /tmp /var/cache
+mount -t tmpfs varcacheyum /var/cache/yum
 mount -t tmpfs tmp /tmp
 mount -t tmpfs vartmp /var/tmp
 


--
Fedora-livecd-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-livecd-list

Reply via email to