Skip to content

Commit

Permalink
do not cache the package directory by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Oct 26, 2015
1 parent e48b8fb commit 833500a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/simple/class/CENTOS.var
Expand Up @@ -3,5 +3,7 @@ KEYMAP=us
DEFAULTLOCALE=en_US.UTF-8
SUPPORTEDLOCALE=en_US.UTF-8:en_US:en

# if you install much software and have only few RAM, disable the RAM disks
FAI_RAMDISKS="$target/var/lib/rpm $target/var/cache/yum"
# if you install much software and have only few RAM, use the RAM disk
# not for var/cache/yum
#FAI_RAMDISKS="$target/var/lib/rpm $target/var/cache/yum"
FAI_RAMDISKS="$target/var/lib/rpm"

0 comments on commit 833500a

Please sign in to comment.