From 985bb3423b6b3456ef767635387aceb06723eb5b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 20 Feb 2006 13:37:15 +0000 Subject: (post_install_system) fix auto configuration on live boot (aka fix creating a dummy previous HW configuration) --- tools/draklive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/draklive') diff --git a/tools/draklive b/tools/draklive index 356e0ae78..8c534a3c4 100755 --- a/tools/draklive +++ b/tools/draklive @@ -469,7 +469,7 @@ sub post_install_system { #- make sure harddrake is run #- (do it in chroot, or else Storable from the build box may write an incompatible config file) - system("chroot " . get_system_root($live) . + system("chroot " . get_system_root($live) . " " . "perl -MStorable -e \"Storable::store({ UNKNOWN => {} }, '/etc/sysconfig/harddrake2/previous_hw')\""); #- interactive mode can lead to race in initscripts -- cgit v1.2.1