livemedia-creator: Bump default releasevere to 23

Also point the example kickstarts to the F23 development repository.
This commit is contained in:
Brian C. Lane 2015-07-30 14:40:15 -07:00
parent 9f702f5624
commit 955afa8699
7 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1006,7 +1006,7 @@ def main():
help="Substituted for @TITLE@ in bootloader config files")
parser.add_argument("--project", default="Linux",
help="substituted for @PROJECT@ in bootloader config files")
parser.add_argument("--releasever", default="22",
parser.add_argument("--releasever", default="23",
help="substituted for @VERSION@ in bootloader config files")
parser.add_argument("--volid", default=None, help="volume id")
parser.add_argument("--squashfs_args",