runInstaller -silent not working for AIX 19c database
I'm trying to do a silent 19c oracle home cloning using the script below in AIX 7.1
./runInstaller -silent -debug -force \
oracle.install.option=INSTALL_DB_SWONLY \
UNIX_GROUP_NAME=oracle\
ORACLE_HOME=/oracle/1900_new \
ORACLE_BASE=/oracle \
oracle.install.db.InstallEdition=EE \
oracle.install.db.DBA_GROUP=oracle\
oracle.install.db.OPER_GROUP=oracle\
oracle.install.db.OSBACKUPDBA_GROUP=oracle\
oracle.install.db.OSDGDBA_GROUP=oracle\
oracle.install.db.OSKMDBA_GROUP=oracle\
oracle.install.db.OSRACDBA_GROUP=oracle \
DECLINE_SECURITY_UPDATES=true
But it keeps prompting me to run rootpre.sh
Can anyone advise how to remove the rootpre.sh prompt?