force text mode for installs. dont specify the network device.

This commit is contained in:
Dennis Gilmore 2014-05-06 15:38:49 -05:00
parent 8c34b5ffa9
commit 39725ad62a
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# This is a basic Fedora 20 spin designed to work in OpenStack and other
# This is a basic Fedora 21 spin designed to work in OpenStack and other
# private cloud environments. It's configured with cloud-init so it will
# take advantage of ec2-compatible metadata services for provisioning ssh
# keys. Cloud-init creates a user account named "fedora" with passwordless
@ -11,6 +11,7 @@
# may need slight modification for use with actual anaconda or other tools.
# We intend to target anaconda-in-a-vm style image building for F20.
text
lang en_US.UTF-8
keyboard us
timezone --utc Etc/UTC
@ -23,10 +24,9 @@ firewall --disabled
bootloader --timeout=1 --append="console=tty1 console=ttyS0,115200n8" extlinux
network --bootproto=dhcp --device=eth0 --onboot=on
network --bootproto=dhcp --onboot=on
services --enabled=network,sshd,rsyslog,cloud-init,cloud-init-local,cloud-config,cloud-final
zerombr
clearpart --all
part / --size 3000 --fstype ext4