Add a space between the root and append parameter, similar to
syslinux.bbclass, in creating the final grub.cfg.
Without this, the final kernel boot parameters will concatenate into
strings like root=/dev/ram0console=ttyS0...
Signed-off-by: Raymond Tan
---
meta/classes/grub-efi.bbclass | 3
Patch to add the missing space between root and append kernel boot parameter
Raymond Tan (1):
grub-efi.bbclass: Add a space between root and append parameter
meta/classes/grub-efi.bbclass | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
2.9.3
Mount the hddimg and rootfs.img as read-only when creating the bootable
image on the medium. Otherwise, the md5 checksum values of the hddimg will
be altered. As this changed checksum value might cause issue for users
whom would reuse the hddimg.
Signed-off-by: Raymond Tan
---
scripts/contrib