Subversion Repositories livecd

Rev

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

Rev 125 Rev 128
Line 534... Line 534...
534
 
534
 
535
###############################################################
535
###############################################################
536
# /etc/rc.d/init.d/kudzu-auto
536
# /etc/rc.d/init.d/kudzu-auto
537
### Noninteractive HW detection and configuration
537
### Noninteractive HW detection and configuration
538
 
538
 
539
cp -a customize/kudzu-auto /etc/init.d/kudzu-auto
539
cp -a customize/kudzu-auto /etc/rc.d/init.d/kudzu-auto
540
chmod +x /etc/rc.d/init.d/kudzu-auto
540
chmod +x /etc/rc.d/init.d/kudzu-auto
541
ln -sf /etc/rc.d/init.d/kudzu-auto /etc/rc.d/rc5.d/S04kudzu-auto
541
chkconfig --add kudzu-auto
542
ln -sf /etc/rc.d/init.d/kudzu-auto /etc/rc.d/rc3.d/S04kudzu-auto
542
chkconfig kudzu-auto on
543
 
543
 
544
 
544
 
545
###############################################################
545
###############################################################
546
# /etc/rc.d/init.d/runveryfirst
546
# /etc/rc.d/init.d/runveryfirst
547
### Fix some things during bootup - run VERY first
547
### Fix some things during bootup - run VERY first