Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scripts/gen_image_generic.sh: fail on errors | Stijn Tintel | 2019-03-27 | 1 | -1/+1 |
| | | | | | | | | | | | The script always exits with value 0, even if some of the commands fail. This can potentially create broken, unbootable images, e.g. when make_ext4fs fails due to TARGET_KERNEL_PARTSIZE being too small for the kernel. Avoid this by failing the script when any command fails. Acked-by: Jo-Philipp Wich <jo@mein.io> Acked-by: Petr Štetiar <ynezz@true.cz> Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> | ||||
* | scripts/gen_image_generic.sh: drop NOGRUB variable | Stijn Tintel | 2017-07-14 | 1 | -2/+0 |
| | | | | | | It's not used since commit 816a9b30f683b8376423ff029d40e0e4a2701026. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> | ||||
* | scripts/gen_image_generic.sh: move from x86/image | Stijn Tintel | 2017-07-14 | 1 | -0/+37 |
The script can also be useful for other targets. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> |