kickstart_file_example
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| kickstart_file_example [2023/08/10 19:16] – steve | kickstart_file_example [2023/08/14 13:50] (current) – steve | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| This builds a machine with known partitions and a known root password | This builds a machine with known partitions and a known root password | ||
| - | < | + | < |
| # | # | ||
| # System authorization information | # System authorization information | ||
| Line 15: | Line 15: | ||
| # Use text install | # Use text install | ||
| text | text | ||
| + | |||
| + | # Reboot after install | ||
| + | reboot --eject | ||
| # Run the Setup Agent on first boot | # Run the Setup Agent on first boot | ||
| Line 28: | Line 31: | ||
| # Network information | # Network information | ||
| network | network | ||
| - | network | + | network |
| # Root password | # Root password | ||
| - | rootpw --iscrypted $6$GsAW0S/ | + | rootpw --iscrypted $6$GsAW0S/ |
| + | # Generate tha password with; | ||
| + | # python -c ' | ||
| + | # if (pw==getpass.getpass(" | ||
| # System timezone | # System timezone | ||
| Line 58: | Line 64: | ||
| @core | @core | ||
| kexec-tools | kexec-tools | ||
| + | vim-minimal | ||
| %end | %end | ||
| %addon com_redhat_kdump --enable --reserve-mb=' | %addon com_redhat_kdump --enable --reserve-mb=' | ||
| + | %end | ||
| + | %post | ||
| + | CFG=$(ls / | ||
| + | echo " | ||
| %end | %end | ||
| </ | </ | ||
kickstart_file_example.1691694973.txt.gz · Last modified: by steve
