livemedia-creator: Use hd:LABEL for stage2 iso (#1355882)
The correct way with the current dracut (and it should be backwards
compatible) is to reference it as stage2=hd:LABEL=...
(cherry picked from commit 4bc4b4c5a5
)
Resolves: rhbz#1355882
This commit is contained in:
parent
1f9af67806
commit
3093ff7bac
@ -299,7 +299,7 @@ class VirtualInstall( object ):
|
||||
if kernel_args:
|
||||
extra_args += " "+kernel_args
|
||||
if iso.liveos:
|
||||
extra_args += " stage2=live:CDLABEL={0}".format(udev_escape(iso.label))
|
||||
extra_args += " stage2=hd:LABEL={0}".format(udev_escape(iso.label))
|
||||
args.append("--extra-args")
|
||||
args.append(extra_args)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user