From: Krisztian Lengyel Date: Fri, 24 May 2019 19:56:24 +0000 (-0400) Subject: Make exact match on `GRUB_CMDLINE_LINUX` X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=0db21d7880cec9e8df2967678fbfc9b79721015b;hp=0db21d7880cec9e8df2967678fbfc9b79721015b;p=ta%2Fimage-provision.git Make exact match on `GRUB_CMDLINE_LINUX` Using the pattern `^GRUB_CMDLINE_LINUX` both `GRUB_CMDLINE_LINUX` and `GRUB_CMDLINE_LINUX_DEFAULT`options are matching, however only `GRUB_CMDLINE_LINUX` intented to be configured. Change-Id: Iae564f5a97694d036c450f0535ec7b4705d506b7 Signed-off-by: Krisztian Lengyel ---