diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-09-29 15:57:43 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-09-29 15:57:43 +0000 |
commit | fb8f3554e9b22e2b68769103932922c96cbd2bd2 (patch) | |
tree | ab32dab9f7f8170a0a2879804879a3ddc208e5fa | |
parent | b04dc47703ed5c5f6e365c42e3018b3f6e5f4424 (diff) | |
download | draklive-fb8f3554e9b22e2b68769103932922c96cbd2bd2.tar draklive-fb8f3554e9b22e2b68769103932922c96cbd2bd2.tar.gz draklive-fb8f3554e9b22e2b68769103932922c96cbd2bd2.tar.bz2 draklive-fb8f3554e9b22e2b68769103932922c96cbd2bd2.tar.xz draklive-fb8f3554e9b22e2b68769103932922c96cbd2bd2.zip |
do not run service_harddrake stop anymore, it does not exist in 2008.0
-rwxr-xr-x | draklive | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -767,10 +767,6 @@ sub post_install_system { output_with_perm(get_system_root($live) . '/etc/fstab', 0644, "none / unionfs rw 0 0\n"); - #- run harddrake because a crappy snd-usb-audio workaround may do something at shutdown - #- (do it after the modprobe files are cleaned) - run_({ root => get_system_root($live) }, '/usr/share/harddrake/service_harddrake', 'stop'); - #- interactive mode can lead to race in initscripts #- (don't use addVarsInSh from MDK::Common, it breaks shell escapes) substInFile { s/^PROMPT=.*/PROMPT=no/ } get_system_root($live) . '/etc/sysconfig/init'; |