Line 339... |
Line 339... |
339 |
[ -e /etc/init.d/functions ] && sed -i "s|/loop/|/lo_fake/|g" /etc/init.d/functions
|
339 |
[ -e /etc/init.d/functions ] && sed -i "s|/loop/|/lo_fake/|g" /etc/init.d/functions
|
340 |
|
340 |
|
341 |
# do not shuttdown loopback interface
|
341 |
# do not shuttdown loopback interface
|
342 |
sed -i "s|[^#]action \$\"Shutting down loopback interface:|\t#action \$\"Shutting down loopback interface:|" /etc/init.d/network
|
342 |
sed -i "s|[^#]action \$\"Shutting down loopback interface:|\t#action \$\"Shutting down loopback interface:|" /etc/init.d/network
|
343 |
|
343 |
|
- |
|
344 |
### suppress error message of already mounted devpts when doing mount -a
|
- |
|
345 |
sed -i "s|mount -a -t nonfs,nfs4,smbfs,cifs,ncpfs,gfs$|mount -a -t nonfs,nfs4,smbfs,cifs,ncpfs,gfs 2>/dev/null|" /etc/init.d/netfs
|
- |
|
346 |
|
344 |
### copy new /etc/init.d/halt
|
347 |
### copy new /etc/init.d/halt
|
345 |
cp -a customize/sl${OS_RELEASE}/halt /etc/init.d/halt
|
348 |
cp -a customize/sl${OS_RELEASE}/halt /etc/init.d/halt
|
346 |
|
349 |
|
347 |
### in /etc/rc.d/rc.sysinit
|
350 |
### in /etc/rc.d/rc.sysinit
|
348 |
# comment out 'initlog -c "fsck -T -a $rootdev $fsckoptions"'
|
351 |
# comment out 'initlog -c "fsck -T -a $rootdev $fsckoptions"'
|
349 |
# to disable fsck of root filesystem
|
352 |
# to disable fsck of root filesystem
|
350 |
sed -i "s|\tfsck -T -a \$rootdev|\tsleep 0; #fsck -T -a \$rootdev|" /etc/rc.d/rc.sysinit
|
353 |
sed -i "s|\tfsck -T -a \$rootdev|\tsleep 0; #fsck -T -a \$rootdev|" /etc/rc.d/rc.sysinit
|
351 |
sed -i "s|\tinitlog -c \"fsck -T -a \$rootdev|\tsleep 0; #initlog -c \"fsck -T -a \$rootdev|" /etc/rc.d/rc.sysinit
|
354 |
sed -i "s|\tinitlog -c \"fsck -T -a \$rootdev|\tsleep 0; #initlog -c \"fsck -T -a \$rootdev|" /etc/rc.d/rc.sysinit
|
352 |
# disable "Remounting root filesystem in read-write mode"
|
355 |
# disable "Remounting root filesystem in read-write mode"
|
353 |
sed -i "s| action \$\"Remounting root filesystem|#action \$\"Remounting root filesystem|" /etc/rc.d/rc.sysinit
|
356 |
sed -i "s| action \$\"Remounting root filesystem| sleep 0; #action \$\"Remounting root filesystem|" /etc/rc.d/rc.sysinit
|
354 |
|
357 |
|
355 |
### start afs with option -memcache !
|
358 |
### start afs with option -memcache !
|
356 |
if [ -e /etc/sysconfig/afs ]; then
|
359 |
if [ -e /etc/sysconfig/afs ]; then
|
357 |
if [ $PSI ]; then
|
360 |
if [ $PSI ]; then
|
358 |
sed -i "s|^EXTRA_OPTIONS=.*|EXTRA_OPTIONS='-fakestat -memcache'|" /etc/sysconfig/afs
|
361 |
sed -i "s|^EXTRA_OPTIONS=.*|EXTRA_OPTIONS='-fakestat -memcache'|" /etc/sysconfig/afs
|