Commit 3d411fe1 authored by Anton Midyukov's avatar Anton Midyukov

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

Hide messages of little significance by default. See: https://bugzilla.altlinux.org/37201
parent 70527ca0
......@@ -5,3 +5,4 @@ use/initrd-propagator:
@$(call set,STAGE1_INITRD_TYPEARGS,$(shell echo "changedisk automatic"))
@$(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)
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