Automating the OS install options with kickstart 2 – Installing with and without Automation Magic

This is the time zone for the server: # System timezonetimezone America/New_York –isUtc An encrypted root password can be set on the new system. Normally, the password is encrypted, but optionally, you can use the –-plaintext option with a plaintext password. You can also generate an encrypted password using the python3 -c ‘import crypt,getpass;pw=getpass.getpass();print(crypt.crypt(pw) if […]

Automating the OS install options with kickstart – Installing with and without Automation Magic

Automating the OS install options with kickstart The kickstart file is one of the most important parts of the automated install process. This file contains all the information required to automatically install and configure the OS. The kickstart file is a simple text file that contains the directions to allow an unattended installation. Getting ready […]

All Rights Reserved 2022-2024