Subversion Repositories livecd

Rev

Rev 192 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 192 Rev 211
Line 327... Line 327...
327
# Modify files
327
# Modify files
328
###############################################################
328
###############################################################
329
 
329
 
330
echo "Modify files ..."
330
echo "Modify files ..."
331
 
331
 
-
 
332
### create /etc/sysconfig/clock, if not existing
-
 
333
if [ ! -e /etc/sysconfig/clock ]; then
-
 
334
    echo "UTC=false" >> /etc/sysconfig/clock
-
 
335
    echo "ARC=false" >> /etc/sysconfig/clock
-
 
336
fi
-
 
337
 
332
### remove AFS startup warning about cache
338
### remove AFS startup warning about cache
333
[ $PSI ] && sed  -i "/\!\!\!/d" /etc/init.d/afs
339
[ $PSI ] && sed  -i "/\!\!\!/d" /etc/init.d/afs
334
 
340
 
335
### disable umount of loop device during shutdown
341
### disable umount of loop device during shutdown
336
#   this is done really dirty at the moment:
342
#   this is done really dirty at the moment: