]> rtime.felk.cvut.cz Git - novaboot.git/commit
Execute --uboot-cmd even if there are no files to boot
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 15 Dec 2014 12:35:44 +0000 (13:35 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 15 Dec 2014 12:35:44 +0000 (13:35 +0100)
commitec03313b05f52f743b4068fe8881d77c23a2dc42
tree73f18408dfddeeb844cab317e7155522d75736f5
parent30a95c5d8c99ba4f6fa26b61955c0f95433af560
Execute --uboot-cmd even if there are no files to boot

This is useful in certain situations, for example when we want to
execute custom U-Boot command end exit novaboot without waiting for next
U-Boot prompt.

We also wrap kernel loading in an if block to suppress Perl warnings
about undefined $kbin.
novaboot