Sebastian Hasler
adffd3f8b6
scripts: Use shebang /usr/bin/env bash
...
Not all distros have `/bin/bash`, e.g. NixOS.
Fixes : #3450
Signed-off-by: Sebastian Hasler <sebastian.hasler@stuvus.uni-stuttgart.de >
2022-01-13 22:53:28 +01:00
Binbin Zhang
8ee67aae4f
osbuilder: fix missing cpio package when building rootfs-initrd image
...
1. install cpio package before building rootfs-initrd image
2. add `pipefaili;errexit` check to the scripts
Fixes : #3144
Signed-off-by: Binbin Zhang <binbin36520@gmail.com >
2021-11-29 23:42:44 +08:00
Salvador Fuentes
715d342519
osbuilder: move code into tools directory
...
move all osbuilder files into `tools` directory to be able
to merge this into kata-containers repo.
Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com >
2020-04-29 16:45:00 -05:00