You might run a PreInstall package with this: !/usr/bin/expect spawn
firmwarepasswd -setpasswdexpect { "Enter new password:" { send "PASSWORD
" exp_continue } "Re-enter new password:" { send "PASSWORD "
exp_continue }} And then a PostInstall to make ...