User Tools

Site Tools


kickstart_file_example

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
kickstart_file_example [2023/08/11 20:34] stevekickstart_file_example [2023/08/14 13:50] (current) steve
Line 31: Line 31:
  # Network information  # Network information
 network  --bootproto=dhcp --onboot=on --ipv6=auto network  --bootproto=dhcp --onboot=on --ipv6=auto
-network  --hostname=changeme.voip.snohio.net+network  --hostname=changeme.cyli.org
  
  # Root password  # Root password
-rootpw --iscrypted $6$GsAW0S/07xHgUyWd$doV1nU/kBTUIWLSirqD./R.g69xLVDEdKjJ2zJNUjK3t6IJBdIYWryM3AM380i0yUAks90O4nJ4WoZ9d42cqX0+rootpw --iscrypted $6$GsAW0S/07xHgUyWd$doV1nU/kBTUIWLSirqD./R.g69xLVDEdKjJ2zJNUjK3t6IJBdIYW4v9hQM380i0yUAks90O4nJ4WoZ9d42cqX0
         # Generate tha password with;         # Generate tha password with;
         # python -c 'import crypt,getpass;pw=getpass.getpass();print(crypt.crypt(pw) \         # python -c 'import crypt,getpass;pw=getpass.getpass();print(crypt.crypt(pw) \
Line 72: Line 72:
 %post %post
 CFG=$(ls /etc/sysconfig/network-scripts/ifcfg-e* | head -1) CFG=$(ls /etc/sysconfig/network-scripts/ifcfg-e* | head -1)
-echo "DOMAIN=\"cottonwood.snohio.net lcs.com voip.snohio.net\"" >> ${CFG}+echo "DOMAIN=\"cotton.cyli.org cyli.org voip.cyli.org\"" >> ${CFG}
 %end %end
 </code> </code>
kickstart_file_example.1691786052.txt.gz · Last modified: by steve