%post # paren for redirect of ouput to logfile... ( echo "post script misc running `date`" # one of these should work ntpdate 10.10.1.42 ntpdate 10.10.128.11 # disable journaling on afs cache and cvmfs volume mount -o remount,ro /dev/vg0/lv_afscache mount -o remount,ro /dev/vg0/lv_cvmfs2 tune2fs -O ^has_journal /dev/vg0/lv_afscache tune2fs -O ^has_journal /dev/vg0/lv_cvmfs2 # avahi off chkconfig avahi-daemon off # ntpd is left off in default install... chkconfig ntpd on chkconfig cfexecd on chkconfig cf-execd on chkconfig ip6tables off # paren for redirect of ouput to logfile... ) 2>&1 | tee /root/anaconda_post-misc.log %end