From fb8f3554e9b22e2b68769103932922c96cbd2bd2 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Sat, 29 Sep 2007 15:57:43 +0000 Subject: do not run service_harddrake stop anymore, it does not exist in 2008.0 --- draklive | 4 ---- 1 file changed, 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'; -- cgit v1.2.1