diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-04 23:27:10 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-04 23:27:10 +0000 |
commit | a93e8dc4e4fb9b9fc7ce7c9f06561f99052fde6f (patch) | |
tree | dcf0deebb7bdef229b41fbc98ebdc61fb771cce5 /move/make_live | |
parent | 8d9dfa8d2c4e0f5e38ac3a1bacc27b7e972d5928 (diff) | |
download | drakx-a93e8dc4e4fb9b9fc7ce7c9f06561f99052fde6f.tar drakx-a93e8dc4e4fb9b9fc7ce7c9f06561f99052fde6f.tar.gz drakx-a93e8dc4e4fb9b9fc7ce7c9f06561f99052fde6f.tar.bz2 drakx-a93e8dc4e4fb9b9fc7ce7c9f06561f99052fde6f.tar.xz drakx-a93e8dc4e4fb9b9fc7ce7c9f06561f99052fde6f.zip |
run fc-cache so that cache is generated in all directories mentioned in config file: allows to suppress the 5-10 secondes pause before first drakx question
Diffstat (limited to 'move/make_live')
-rwxr-xr-x | move/make_live | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/move/make_live b/move/make_live index 10459f3a6..920b2d217 100755 --- a/move/make_live +++ b/move/make_live @@ -62,6 +62,7 @@ $::prefix = "/tmp/live_tree"; installPackages(); system("chroot $::prefix ldconfig"); system("chroot $::prefix update-menus"); + system("chroot $::prefix fc-cache"); #- generate cache in all directories mentioned in config file rm_rf("$::prefix/dev"); # we don't need it, we use devfs } |