2 Commits

Author SHA1 Message Date
Miles Gould
4737681675 Improve grammar/readability in Ocata release notes
Change-Id: I00829cd4e3f1684e0f385484e116387b7bb61cd3
2017-02-13 18:11:52 +00:00
Pavlo Shchelokovskyy
a5370d52cd Use sh instead of bash when installing grub
there is no guarantee that 'bash' is present in a user's image,
while 'sh' as system shell must be there.
As we do not use any bash-specific syntax (just starting commands in a
subshell) when installing the bootloader from chroot-ed user image,
let's be more supportive and use 'sh' instead of 'bash' for that.

Change-Id: I1fb82068b9c55da35166d8d2ecf9f0ba41356adb
Closes-Bug: #1657096
2017-01-17 13:57:49 +02:00