Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Use text based installation.
- text
- # Language, keyboard, and timezone.
- lang en_US.UTF-8
- keyboard us
- timezone America/Los_Angeles --utc
- # Network information.
- network --bootproto=dhcp
- network --hostname=vm
- #network --bootproto=dhcp --device=ens3 --ipv6=auto --activate
- # Use CDROM installation media.
- cdrom
- # Users and passwords.
- user --name=admin --groups=wheel --plaintext --password=PASSWORD
- rootpw --plaintext --allow-ssh PASSWORD
- # Do not configure the X window system.
- skipx
- # Disk partition.
- ignoredisk --only-use=sda
- autopart
- clearpart --none --initlabel
- # Install packages.
- %packages
- @^minimal-environment
- @development
- @standard
- @system-tools
- %end
- # Run the Setup Agent on first boot.
- firstboot --enable
- # Reboot at the endo of installation.
- reboot
- EOF
Advertisement
Add Comment
Please, Sign In to add comment