livemedia-creator: Update ks examples to point to F23 release repo

This commit is contained in:
Brian C. Lane 2016-04-05 08:56:33 -07:00
parent 4679887cc9
commit f1fd83da7a
6 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Minimal Disk Image # Minimal Disk Image
# Use network installation # Use network installation
url --url="http://dl.fedoraproject.org/pub/fedora/linux/development/23/x86_64/os/" url --url="https://dl.fedoraproject.org/pub/fedora/linux/releases/23/Everything/x86_64/os/"
# Root password # Root password
rootpw --plaintext replace-this-pw rootpw --plaintext replace-this-pw

View File

@ -22,7 +22,7 @@ part swap --size=512
# #
# Repositories # Repositories
url --url="http://dl.fedoraproject.org/pub/fedora/linux/development/23/x86_64/os/" url --url="https://dl.fedoraproject.org/pub/fedora/linux/releases/23/Everything/x86_64/os/"
# #
# #

View File

@ -10,7 +10,7 @@ timezone US/Eastern
lang en_US.UTF-8 lang en_US.UTF-8
# Firewall configuration # Firewall configuration
firewall --enabled --service=mdns firewall --enabled --service=mdns
url --url="http://dl.fedoraproject.org/pub/fedora/linux/development/23/x86_64/os/" url --url="https://dl.fedoraproject.org/pub/fedora/linux/releases/23/Everything/x86_64/os/"
# System authorization information # System authorization information
auth --useshadow --enablemd5 auth --useshadow --enablemd5

View File

@ -4,7 +4,7 @@ sshpw --username=root --plaintext randOmStrinGhERE
# Firewall configuration # Firewall configuration
firewall --enabled firewall --enabled
# Use network installation # Use network installation
url --url="http://dl.fedoraproject.org/pub/fedora/linux/development/23/x86_64/os/" url --url="https://dl.fedoraproject.org/pub/fedora/linux/releases/23/Everything/x86_64/os/"
# Root password # Root password
rootpw --plaintext removethispw rootpw --plaintext removethispw

View File

@ -4,7 +4,7 @@ sshpw --username=root --plaintext randOmStrinGhERE
# Firewall configuration # Firewall configuration
firewall --enabled firewall --enabled
# Use network installation # Use network installation
url --url="http://dl.fedoraproject.org/pub/fedora/linux/development/23/x86_64/os/" url --url="https://dl.fedoraproject.org/pub/fedora/linux/releases/23/Everything/x86_64/os/"
# Root password # Root password
rootpw --plaintext removethispw rootpw --plaintext removethispw

View File

@ -3,7 +3,7 @@
# Firewall configuration # Firewall configuration
firewall --enabled firewall --enabled
# Use network installation # Use network installation
url --url="http://dl.fedoraproject.org/pub/fedora/linux/development/23/x86_64/os/" url --url="https://dl.fedoraproject.org/pub/fedora/linux/releases/23/Everything/x86_64/os/"
# Root password # Root password
rootpw --plaintext replace-this-pw rootpw --plaintext replace-this-pw