summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2006-02-20 13:37:15 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2006-02-20 13:37:15 +0000
commit985bb3423b6b3456ef767635387aceb06723eb5b (patch)
tree9979e86e2c54f8fe4ee28c2cf76f463f41db31f6 /tools
parent08bc489e2137d23bd0a285ca7e61091d4798285a (diff)
downloaddrakx-backup-do-not-use-985bb3423b6b3456ef767635387aceb06723eb5b.tar
drakx-backup-do-not-use-985bb3423b6b3456ef767635387aceb06723eb5b.tar.gz
drakx-backup-do-not-use-985bb3423b6b3456ef767635387aceb06723eb5b.tar.bz2
drakx-backup-do-not-use-985bb3423b6b3456ef767635387aceb06723eb5b.tar.xz
drakx-backup-do-not-use-985bb3423b6b3456ef767635387aceb06723eb5b.zip
(post_install_system) fix auto configuration on live boot (aka fix
creating a dummy previous HW configuration)
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