You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to achieve unattended Alpine Linux installation. I went through the Alpine automatic installation guide but many manual interventions are still needed during the installation!
For example providing the root user name, creating the answer file (setup-alpine -c answerfileName), editing the answer file, calling the actual installation command (setup-alpine -f answerfileName) and resetting the root password.
Is there any way to include the answer file inside the ISO image, select the root user by default before starting the installation and set its password after the installation is done. In CentOS we can provide kickstart file in isolinux.cfg:
I am trying to achieve unattended Alpine Linux installation. I went through the Alpine automatic installation guide but many manual interventions are still needed during the installation!
For example providing the root user name, creating the answer file (
setup-alpine -c answerfileName
), editing the answer file, calling the actual installation command (setup-alpine -f answerfileName
) and resetting the root password.Is there any way to include the answer file inside the ISO image, select the root user by default before starting the installation and set its password after the installation is done. In CentOS we can provide kickstart file in
isolinux.cfg
:Is there something similar in Alpine Linux ?
The text was updated successfully, but these errors were encountered: