James O. D. Hunt
5d6d39be48
scripts: Change here document delimiters
...
Fix the outstanding scripts using non standard shell here document delimiters.
This should have been caught by
https://github.com/kata-containers/tests/pull/3937 , but there is a bug
in the checker which is fixed on
https://github.com/kata-containers/tests/pull/4569 .
Fixes : #3864 .
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
2022-03-10 09:23:37 +00:00
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
James O. D. Hunt
4f0726bc49
docs: Remove table of contents
...
Removed all TOCs now that GitHub auto-generates them.
Also updated the documentation requirements doc removing the requirement
to add a TOC.
Fixes : #2022 .
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
2021-07-30 10:58:22 +01: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