Commit d2985180 authored by Anton Midyukov's avatar Anton Midyukov

initrd-propagator: set method disk,uuid

This is already the case for grub. Let's bring isolinux.cfg into compliance.
parent 8c362daf
......@@ -5,5 +5,5 @@ use/initrd-propagator:
@$(call set,STAGE1_INITRD,initrd-propagator)
@$(call set,STAGE1_INITRD_TYPEARGS,$(shell echo "changedisk automatic"))
@$(call xport,STAGE1_INITRD_TYPEARGS)
@$(call set,STAGE1_INITRD_BOOTMETHOD,$(shell echo "method:cdrom,fuid:$(UUID_ISO)"))
@$(call set,STAGE1_INITRD_BOOTMETHOD,$(shell echo "method:disk,uuid:$(UUID_ISO)"))
@$(call set,STAGE1_INITRD_STAGE2_OPTION,stagename)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment