summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-09-29 15:57:43 +0000
committerOlivier Blin <oblin@mandriva.com>2007-09-29 15:57:43 +0000
commitfb8f3554e9b22e2b68769103932922c96cbd2bd2 (patch)
treeab32dab9f7f8170a0a2879804879a3ddc208e5fa
parentb04dc47703ed5c5f6e365c42e3018b3f6e5f4424 (diff)
downloaddrakiso-fb8f3554e9b22e2b68769103932922c96cbd2bd2.tar
drakiso-fb8f3554e9b22e2b68769103932922c96cbd2bd2.tar.gz
drakiso-fb8f3554e9b22e2b68769103932922c96cbd2bd2.tar.bz2
drakiso-fb8f3554e9b22e2b68769103932922c96cbd2bd2.tar.xz
drakiso-fb8f3554e9b22e2b68769103932922c96cbd2bd2.zip
do not run service_harddrake stop anymore, it does not exist in 2008.0
-rwxr-xr-xdraklive4
1 files changed, 0 insertions, 4 deletions
diff --git a/draklive b/draklive
index 778fea7..0a1798b 100755
--- a/draklive
+++ b/draklive
@@ -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';