From a93e8dc4e4fb9b9fc7ce7c9f06561f99052fde6f Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 4 Nov 2003 23:27:10 +0000 Subject: 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 --- move/make_live | 1 + 1 file changed, 1 insertion(+) (limited to 'move') 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 } -- cgit v1.2.1