From dd8b0a5ee6e31c514a86a17690946408d2b1b61e Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 17 Sep 2013 16:26:29 -0700 Subject: [PATCH] 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. --- docs/fedora-livemedia-ec2.ks | 2 +- docs/fedora-livemedia.ks | 4 ++-- lorax.spec | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/fedora-livemedia-ec2.ks b/docs/fedora-livemedia-ec2.ks index 79ec1bcc..0a15470f 100644 --- a/docs/fedora-livemedia-ec2.ks +++ b/docs/fedora-livemedia-ec2.ks @@ -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 diff --git a/docs/fedora-livemedia.ks b/docs/fedora-livemedia.ks index 6d59a229..40a471f6 100644 --- a/docs/fedora-livemedia.ks +++ b/docs/fedora-livemedia.ks @@ -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 diff --git a/lorax.spec b/lorax.spec index 158d36b6..54732377 100644 --- a/lorax.spec +++ b/lorax.spec @@ -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