livemedia-creator: Update example kickstart

Update the url to us the F20 development repo, drop the --device from
the ks and add them to the docs directory.
This commit is contained in:
Brian C. Lane 2013-09-17 16:26:29 -07:00
parent e2a5dce8c0
commit dd8b0a5ee6
3 changed files with 5 additions and 3 deletions

View File

@ -6,7 +6,7 @@ auth --useshadow --enablemd5
selinux --enforcing
firewall --service=ssh
bootloader --location=none
network --bootproto=dhcp --device=eth0 --onboot=on --activate
network --bootproto=dhcp --onboot=on --activate
services --enabled=network,sshd,rsyslog
shutdown

View File

@ -3,14 +3,14 @@ sshpw --username=root --plaintext randOmStrinGhERE
# Firewall configuration
firewall --enabled --service=mdns
# Use network installation
url --url="http://dl.fedoraproject.org/pub/fedora/linux/development/19/x86_64/os/"
url --url="http://dl.fedoraproject.org/pub/fedora/linux/development/20/x86_64/os/"
# X Window System configuration information
xconfig --startxonboot
# Root password
rootpw --plaintext removethispw
# Network information
network --bootproto=dhcp --device=eth0 --onboot=on --activate
network --bootproto=dhcp --onboot=on --activate
# System authorization information
auth --useshadow --enablemd5
# System keyboard

View File

@ -78,6 +78,8 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%files
%defattr(-,root,root,-)
%doc COPYING AUTHORS README.livemedia-creator
%doc docs/fedora-livemedia.ks
%doc docs/fedora-livemedia-ec2.ks
%{python_sitelib}/pylorax
%{python_sitelib}/*.egg-info
%{_sbindir}/lorax