livemedia-creator: Bump default releasevere to 23
Also point the example kickstarts to the F23 development repository.
This commit is contained in:
parent
9f702f5624
commit
955afa8699
@ -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/rawhide/x86_64/os/"
|
url --url="http://dl.fedoraproject.org/pub/fedora/linux/development/23/x86_64/os/"
|
||||||
|
|
||||||
# Root password
|
# Root password
|
||||||
rootpw --plaintext replace-this-pw
|
rootpw --plaintext replace-this-pw
|
||||||
|
@ -22,7 +22,7 @@ part swap --size=512
|
|||||||
|
|
||||||
#
|
#
|
||||||
# Repositories
|
# 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/"
|
||||||
|
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -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/rawhide/x86_64/os/"
|
url --url="http://dl.fedoraproject.org/pub/fedora/linux/development/23/x86_64/os/"
|
||||||
|
|
||||||
# System authorization information
|
# System authorization information
|
||||||
auth --useshadow --enablemd5
|
auth --useshadow --enablemd5
|
||||||
|
@ -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/rawhide/x86_64/os/"
|
url --url="http://dl.fedoraproject.org/pub/fedora/linux/development/23/x86_64/os/"
|
||||||
|
|
||||||
# Root password
|
# Root password
|
||||||
rootpw --plaintext removethispw
|
rootpw --plaintext removethispw
|
||||||
|
@ -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/rawhide/x86_64/os/"
|
url --url="http://dl.fedoraproject.org/pub/fedora/linux/development/23/x86_64/os/"
|
||||||
|
|
||||||
# Root password
|
# Root password
|
||||||
rootpw --plaintext removethispw
|
rootpw --plaintext removethispw
|
||||||
|
@ -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/rawhide/x86_64/os/"
|
url --url="http://dl.fedoraproject.org/pub/fedora/linux/development/23/x86_64/os/"
|
||||||
|
|
||||||
# Root password
|
# Root password
|
||||||
rootpw --plaintext replace-this-pw
|
rootpw --plaintext replace-this-pw
|
||||||
|
@ -1006,7 +1006,7 @@ def main():
|
|||||||
help="Substituted for @TITLE@ in bootloader config files")
|
help="Substituted for @TITLE@ in bootloader config files")
|
||||||
parser.add_argument("--project", default="Linux",
|
parser.add_argument("--project", default="Linux",
|
||||||
help="substituted for @PROJECT@ in bootloader config files")
|
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")
|
help="substituted for @VERSION@ in bootloader config files")
|
||||||
parser.add_argument("--volid", default=None, help="volume id")
|
parser.add_argument("--volid", default=None, help="volume id")
|
||||||
parser.add_argument("--squashfs_args",
|
parser.add_argument("--squashfs_args",
|
||||||
|
Loading…
Reference in New Issue
Block a user