diff options
author | Olivier Blin <oblin@mandriva.org> | 2006-02-22 19:46:43 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2006-02-22 19:46:43 +0000 |
commit | c51dc721d268f62866a01cbf8adfdd8bb4ee1fed (patch) | |
tree | 57ce6513a747f9c60089f4e4b98ce795bfd70869 | |
parent | 38b44d42d43ddf8b7be54699b9d8d2547ac567a4 (diff) | |
download | drakx-c51dc721d268f62866a01cbf8adfdd8bb4ee1fed.tar drakx-c51dc721d268f62866a01cbf8adfdd8bb4ee1fed.tar.gz drakx-c51dc721d268f62866a01cbf8adfdd8bb4ee1fed.tar.bz2 drakx-c51dc721d268f62866a01cbf8adfdd8bb4ee1fed.tar.xz drakx-c51dc721d268f62866a01cbf8adfdd8bb4ee1fed.zip |
remove spurious space
-rwxr-xr-x | tools/draklive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/draklive b/tools/draklive index 6332b0bf3..098b9b7f2 100755 --- a/tools/draklive +++ b/tools/draklive @@ -472,7 +472,7 @@ sub post_install_system { #- make sure harddrake is run: #- if previous HW config file is empty, we assumes DrakX has just completed the installation #- (do it in chroot, or else Storable from the build box may write an incompatible config file) - run_({ root => get_system_root($live) }, + run_({ root => get_system_root($live) }, 'perl', '-MStorable', '-e', qq(Storable::store({ UNKNOWN => {} }, '/etc/sysconfig/harddrake2/previous_hw'))); #- interactive mode can lead to race in initscripts |