Commit 1c38381c authored by Anton Midyukov's avatar Anton Midyukov

initrd-propagator: add RESCUE_BOOTARGS=udev.log_level=err

Hide messages of little significance by default. Now for rescue. See commit 3d411fe1
parent 2c134bab
......@@ -6,3 +6,4 @@ use/initrd-propagator:
@$(call set,STAGE1_INITRD_BOOTMETHOD,$(shell echo "method:cdrom,fuid:$(UUID_ISO)"))
@$(call set,STAGE1_INITRD_STAGE2_OPTION,stagename)
@$(call add,STAGE2_BOOTARGS,udev.log_level=err)
@$(call add,RESCUE_BOOTARGS,udev.log_level=err)
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