I am trying to install one application in my Linux box. This installation asks for few manual inputs like root username, password and few yes/no options.
I want to store these inputs in a text file so that the same can be read from it instead of waiting for manual inputs.
Can anyone please share some insights on how to achieve this?