First page Back Continue Last page Overview

 

Kickstart: %pre, %post

 
  • %pre gives you the first word

    • executes as a bash shell script
    • executes after Kickstart file is parsed
  • %post gives you the final word

    • Can specify interpreter (bash is default)
    • chroot’ed by default, but may be run without chroot