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:
parent
e2a5dce8c0
commit
dd8b0a5ee6
@ -6,7 +6,7 @@ auth --useshadow --enablemd5
|
|||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
firewall --service=ssh
|
firewall --service=ssh
|
||||||
bootloader --location=none
|
bootloader --location=none
|
||||||
network --bootproto=dhcp --device=eth0 --onboot=on --activate
|
network --bootproto=dhcp --onboot=on --activate
|
||||||
services --enabled=network,sshd,rsyslog
|
services --enabled=network,sshd,rsyslog
|
||||||
shutdown
|
shutdown
|
||||||
|
|
||||||
|
@ -3,14 +3,14 @@ sshpw --username=root --plaintext randOmStrinGhERE
|
|||||||
# Firewall configuration
|
# Firewall configuration
|
||||||
firewall --enabled --service=mdns
|
firewall --enabled --service=mdns
|
||||||
# Use network installation
|
# 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
|
# X Window System configuration information
|
||||||
xconfig --startxonboot
|
xconfig --startxonboot
|
||||||
# Root password
|
# Root password
|
||||||
rootpw --plaintext removethispw
|
rootpw --plaintext removethispw
|
||||||
# Network information
|
# Network information
|
||||||
network --bootproto=dhcp --device=eth0 --onboot=on --activate
|
network --bootproto=dhcp --onboot=on --activate
|
||||||
# System authorization information
|
# System authorization information
|
||||||
auth --useshadow --enablemd5
|
auth --useshadow --enablemd5
|
||||||
# System keyboard
|
# System keyboard
|
||||||
|
@ -78,6 +78,8 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING AUTHORS README.livemedia-creator
|
%doc COPYING AUTHORS README.livemedia-creator
|
||||||
|
%doc docs/fedora-livemedia.ks
|
||||||
|
%doc docs/fedora-livemedia-ec2.ks
|
||||||
%{python_sitelib}/pylorax
|
%{python_sitelib}/pylorax
|
||||||
%{python_sitelib}/*.egg-info
|
%{python_sitelib}/*.egg-info
|
||||||
%{_sbindir}/lorax
|
%{_sbindir}/lorax
|
||||||
|
Loading…
Reference in New Issue
Block a user