diff options
Diffstat (limited to 'move')
-rwxr-xr-x | move/make_live | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/move/make_live b/move/make_live index 61bd15e50..f0010f7f8 100755 --- a/move/make_live +++ b/move/make_live @@ -121,3 +121,8 @@ substInFile { #- remove uncessary wizards, especially from appearing in MCC unlink "$::prefix/usr/sbin/$_" foreach qw(drakautoinst drakboot drakfloppy drakgw drakedm drakfont rpmdrake MandrakeUpdate rpmdrake-remove edit-urpm-sources.pl); + +#- remove services we start ourselves from chkconfig system +substInFile { + s|chkconfig:|chkconfig-disabled:|; +} "/etc/rc.d/init.d/$_" foreach qw(xfs dm devfsd syslog); |