add 10disk boot for RHEL-8

This commit is contained in:
Stephen Smoogen 2020-03-17 19:40:06 +00:00 committed by Pierre-Yves Chibon
parent c2c492dcc1
commit 228f977ca5

View file

@ -35,4 +35,9 @@ LABEL EL-8-nohd-ppc64le
KERNEL images/RHEL/8/ppc64le/vmlinuz
APPEND initrd=images/RHEL/8/ppx64le/initrd.img method=http://209.132.181.6/repo/rhel/RHEL8-ppc64le/ ip=dhcp ks=http://209.132.181.6/repo/rhel/ks/hardware-rhel-8-nohd-ppc64le net.ifnames=0 biosdevname=0
LABEL EL-8-10hd-x86_64
MENU LABEL el810hdx86
KERNEL images/RHEL/8/x86_64/vmlinuz
APPEND initrd=images/RHEL/8/x86_64/initrd.img method=http://209.132.181.6/repo/rhel/RHEL8-x86_64/ ip=dhcp ks=http://209.132.181.6/repo/rhel/ks/hardware-rhel-8-x86_64-10disk-ext net.ifnames=0 biosdevname=0
MENU end