summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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';