forked from srbala/fedora-kickstarts
force text mode for installs. dont specify the network device.
This commit is contained in:
parent
8c34b5ffa9
commit
39725ad62a
@ -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
|
# private cloud environments. It's configured with cloud-init so it will
|
||||||
# take advantage of ec2-compatible metadata services for provisioning ssh
|
# take advantage of ec2-compatible metadata services for provisioning ssh
|
||||||
# keys. Cloud-init creates a user account named "fedora" with passwordless
|
# 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.
|
# 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.
|
# We intend to target anaconda-in-a-vm style image building for F20.
|
||||||
|
|
||||||
|
text
|
||||||
lang en_US.UTF-8
|
lang en_US.UTF-8
|
||||||
keyboard us
|
keyboard us
|
||||||
timezone --utc Etc/UTC
|
timezone --utc Etc/UTC
|
||||||
@ -23,10 +24,9 @@ firewall --disabled
|
|||||||
|
|
||||||
bootloader --timeout=1 --append="console=tty1 console=ttyS0,115200n8" extlinux
|
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
|
services --enabled=network,sshd,rsyslog,cloud-init,cloud-init-local,cloud-config,cloud-final
|
||||||
|
|
||||||
|
|
||||||
zerombr
|
zerombr
|
||||||
clearpart --all
|
clearpart --all
|
||||||
part / --size 3000 --fstype ext4
|
part / --size 3000 --fstype ext4
|
||||||
|
Loading…
Reference in New Issue
Block a user