]> code.ossystems Code Review - openembedded-core.git/commit
mkefidisk.sh: Remove initrd entry for gummiboot
authorDarren Hart <dvhart@linux.intel.com>
Mon, 21 Jul 2014 16:12:48 +0000 (09:12 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Jul 2014 20:44:20 +0000 (21:44 +0100)
commitc7355550dc21a1ef3c2e828ed5f51e94e12fac5f
treeaf10c0a202ea9416419fcd08240321e821aae083
parentd2328d6aa52fd4f0b47ae3292ae6ae07301bf9d0
mkefidisk.sh: Remove initrd entry for gummiboot

My previous patch adding gummiboot support was missing the line to
remove the initrd line from the boot config. This was an oversight in
copying over the grub setup to gummiboot. Add the necessary logic to
remove it.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/contrib/mkefidisk.sh