Subversion Repositories livecd

Rev

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

Rev 337 Rev 342
Line 655... Line 655...
655
/sbin/restorecon /etc/resolv.conf
655
/sbin/restorecon /etc/resolv.conf
656
 
656
 
657
# create locate db
657
# create locate db
658
/etc/cron.daily/mlocate.cron
658
/etc/cron.daily/mlocate.cron
659
 
659
 
-
 
660
# list kernel just for debugging
-
 
661
rpm -q kernel
-
 
662
 
660
EOF_post
663
EOF_post
661
 
664
 
662
# run post-install script
665
# run post-install script
663
/bin/bash -x /root/post-install 2>&1 | tee /root/post-install.log
666
/bin/bash -x /root/post-install 2>&1 | tee /root/post-install.log
664
 
667