livemedia-creator: Use hd:LABEL for stage2 iso
The correct way with the current dracut (and it should be backwards compatible) is to reference it as stage2=hd:LABEL=...
This commit is contained in:
parent
7a1227a522
commit
4bc4b4c5a5
@ -160,7 +160,7 @@ class VirtualInstall(object):
|
|||||||
if kernel_args:
|
if kernel_args:
|
||||||
extra_args += " "+kernel_args
|
extra_args += " "+kernel_args
|
||||||
if iso.stage2:
|
if iso.stage2:
|
||||||
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")
|
||||||
args.append(extra_args)
|
args.append(extra_args)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user