From 9a51f2354428e9c9344b96530c63365479b3f4e0 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 5 Dec 2003 18:00:09 +0000 Subject: fix netfs and make it run at startup --- move/make_live | 6 ++++++ move/move.pm | 1 + 2 files changed, 7 insertions(+) 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:|; diff --git a/move/move.pm b/move/move.pm index d5dc1a7c1..6bc947339 100644 --- a/move/move.pm +++ b/move/move.pm @@ -456,6 +456,7 @@ sub install2::configMove { install_steps_interactive::configureNetwork($o); enable_service('network'); } + enable_service('netfs'); install_steps_interactive::summaryBefore($o); modules::load_category('multimedia/sound'); -- cgit v1.2.1