[Fedora-livecd-list] config/livecd-fedora-base-desktop.ks

Jeremy Katz katzj at fedoraproject.org
Tue May 27 20:25:16 UTC 2008


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

New commits:
commit bdd9dcd487a889793a8ded4dd45382b4ce49b4d4
Author: Jeremy Katz <katzj at redhat.com>
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
 





More information about the Fedora-livecd-list mailing list