summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/draklive2
1 files changed, 1 insertions, 1 deletions
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