]> git.ipfire.org Git - thirdparty/grub.git/commit
loader/linux: Make trailer initrd entry aligned again.
authorBernhard Übelacker <bernhardu@vr-web.de>
Mon, 20 Jul 2015 12:06:45 +0000 (14:06 +0200)
committerAndrei Borzenkov <arvidjaar@gmail.com>
Mon, 20 Jul 2015 16:07:20 +0000 (19:07 +0300)
commit61c778f6402d540a2da7b2d034de7a920ca38c1f
tree82ccb4cbebd1a6eb5b46cb6551b9eb46af1f2dbe
parentff3c2007ef22b4385ff189b60aaf1f9de3dff24b
loader/linux: Make trailer initrd entry aligned again.

Regression from commit:
  loader/linux: do not pad initrd with zeroes at the end
  a8c473288d3f0a5e17a903a5121dea1a695dda3b

Wimboot fails since the change above because it expects the "trailer"
initrd element on an aligned address.
This issue shows only when newc_name is used and the last initrd
entry has a not aligned size.
grub-core/loader/linux.c