Creating Kickstart files
You can create a Kickstart file using the following methods:
-
Copy the Kickstart file created as a result of a manual installation.
-
Write the entire Kickstart file manually. Note that editing an already existing file from the other methods is faster, so this method is not recommended.
Note that some highly specific installation options can be configured only by manual editing of the Kickstart file.
Creating a Kickstart file by performing a manual installation
The recommended approach to creating Kickstart files is to use the file created by a manual installation of Circle Linux. After an installation completes, all choices made during the installation are saved into a Kickstart file named anaconda-ks.cfg
, located in the /root/
directory on the installed system. You can use this file to reproduce the installation in the same way as before. Alternatively, copy this file, make any changes you need, and use the resulting configuration file for further installations.
-
Install Circle Linux 8. For more details, see Performing a standard installation.
During the installation, create a user with administrator privileges.
-
Finish the installation and reboot into the installed system.
-
Log into the system with the administrator account.
-
Copy the file
/root/anaconda-ks.cfg
to a location of your choice.-
To display the file contents in terminal:
# cat /root/anaconda-ks.cfg
You can copy the output and save to another file of your choice.
-
To copy the file to another location, use the file manager. Remember to change permissions on the copy, so that the file can be read by non-root users.
The file contains information about users and passwords. -