summaryrefslogtreecommitdiffstats
path: root/move/make_live
diff options
context:
space:
mode:
Diffstat (limited to 'move/make_live')
-rwxr-xr-xmove/make_live6
1 files changed, 6 insertions, 0 deletions
diff --git a/move/make_live b/move/make_live
index 8688f0c5d..c40a0be52 100755
--- a/move/make_live
+++ b/move/make_live
@@ -125,6 +125,12 @@ substInFile {
s|\s*shadow||;
} "$::prefix/etc/pam.d/system-auth";
+substInFile {
+ #- remove this line which D-state mounting /home again
+ #- we don't know what this line is for
+ $_ = "# $_" if /Mounting other filesystems/;
+} "$::prefix/etc/init.d/netfs";
+
#- remove services we start ourselves from chkconfig system
substInFile {
s|chkconfig:|chkconfig-disabled:|;