remove unneeded dracut bootargs
anaconda-dracut now adds these itself.
This commit is contained in:
parent
0ec326eb3c
commit
371e59d27f
@ -6,4 +6,4 @@ image=/ppc/ppc@BITS@/vmlinuz
|
|||||||
label=linux
|
label=linux
|
||||||
initrd=/ppc/ppc@BITS@/initrd.img
|
initrd=/ppc/ppc@BITS@/initrd.img
|
||||||
read-only
|
read-only
|
||||||
append="@ROOT@ rd.luks=0 rd.md=0 rd.dm=0"
|
append="@ROOT@"
|
||||||
|
@ -6,13 +6,13 @@ message=/boot/boot.msg
|
|||||||
image[sun4u]=/boot/vmlinuz
|
image[sun4u]=/boot/vmlinuz
|
||||||
label=linux
|
label=linux
|
||||||
alias=install
|
alias=install
|
||||||
append="@ROOT@ rd.luks=0 rd.md=0 rd.dm=0"
|
append="@ROOT@"
|
||||||
initrd=/boot/initrd.img
|
initrd=/boot/initrd.img
|
||||||
image[sun4u]=/boot/vmlinuz
|
image[sun4u]=/boot/vmlinuz
|
||||||
label=text
|
label=text
|
||||||
append="@ROOT@ text rd.luks=0 rd.md=0 rd.dm=0"
|
append="@ROOT@ text"
|
||||||
initrd=/boot/initrd.img
|
initrd=/boot/initrd.img
|
||||||
image[sun4u]=/boot/vmlinuz
|
image[sun4u]=/boot/vmlinuz
|
||||||
label=ks
|
label=ks
|
||||||
append="@ROOT@ ks rd.luks=0 rd.md=0 rd.dm=0"
|
append="@ROOT@ ks"
|
||||||
initrd=/boot/initrd.img
|
initrd=/boot/initrd.img
|
||||||
|
@ -5,5 +5,5 @@ timeout 5
|
|||||||
hiddenmenu
|
hiddenmenu
|
||||||
title @PRODUCT@ @VERSION@
|
title @PRODUCT@ @VERSION@
|
||||||
findiso
|
findiso
|
||||||
kernel @KERNELPATH@ @ROOT@ rd.luks=0 rd.md=0 rd.dm=0
|
kernel @KERNELPATH@ @ROOT@
|
||||||
initrd @INITRDPATH@
|
initrd @INITRDPATH@
|
||||||
|
@ -60,7 +60,7 @@ label linux
|
|||||||
menu label ^Install or upgrade @PRODUCT@
|
menu label ^Install or upgrade @PRODUCT@
|
||||||
menu default
|
menu default
|
||||||
kernel vmlinuz
|
kernel vmlinuz
|
||||||
append initrd=initrd.img @ROOT@ quiet rd.luks=0 rd.md=0 rd.dm=0
|
append initrd=initrd.img @ROOT@ quiet
|
||||||
menu separator # insert an empty line
|
menu separator # insert an empty line
|
||||||
# utilities submenu
|
# utilities submenu
|
||||||
menu begin ^Troubleshooting
|
menu begin ^Troubleshooting
|
||||||
@ -73,7 +73,7 @@ label vesa
|
|||||||
@PRODUCT@.
|
@PRODUCT@.
|
||||||
endtext
|
endtext
|
||||||
kernel vmlinuz
|
kernel vmlinuz
|
||||||
append initrd=initrd.img @ROOT@ xdriver=vesa nomodeset quiet rd.luks=0 rd.md=0 rd.dm=0
|
append initrd=initrd.img @ROOT@ xdriver=vesa nomodeset quiet
|
||||||
label rescue
|
label rescue
|
||||||
menu indent count 5
|
menu indent count 5
|
||||||
menu label ^Rescue a @PRODUCT@ system.
|
menu label ^Rescue a @PRODUCT@ system.
|
||||||
|
Loading…
Reference in New Issue
Block a user