Last active
February 27, 2017 13:12
-
-
Save alexjpaz/eef90411cd350c69589c3d7a0240e1c5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#platform=x86, AMD64, or Intel EM64T | |
#version=DEVEL | |
# Install OS instead of upgrade | |
install | |
# Firewall configuration | |
firewall --enabled --ssh | |
# Use CDROM installation media | |
cdrom | |
# Network information | |
network --bootproto=dhcp --device=eth0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment