Commit dadce4d2 authored by Anton Midyukov's avatar Anton Midyukov

initrd-bootchain: use method disk for local boot

The installer has been adapted to work normally with method=disk when booted from cd-rom. Using method=disk allows you to remove the iso label from the burned flash drive, which in turn allows you to manipulate partitions in gparted. It should also help with programs of writing that remove the iso label.
parent 8836aaa0
......@@ -3,7 +3,7 @@ use/initrd-bootchain: use/uuid-iso
@$(call set,STAGE1_INITRD,initrd-bootchain)
@$(call set,STAGE1_PACKAGES,make-initrd-bootchain)
@$(call set,STAGE1_INITRD_TYPEARGS,$(shell echo "root=bootchain bootchain=fg,altboot automatic"))
@$(call set,STAGE1_INITRD_BOOTMETHOD,$(shell echo "method:cdrom,uuid:$(UUID_ISO)"))
@$(call set,STAGE1_INITRD_BOOTMETHOD,$(shell echo "method:disk,uuid:$(UUID_ISO)"))
@$(call set,STAGE1_INITRD_STAGE2_OPTION,stagename)
@$(call try,BOOTCHAIN_BC_FGVT_ACTIVATE,7)
@$(call try,BOOTCHAIN_WAITDEV_TIMEOUT,)
......
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