mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 00:07:16 +00:00
rootfs: Fix comments
Improve a few comments and fix a typo. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
parent
019a80f304
commit
48b1ddabed
@ -22,16 +22,17 @@ source "$lib_file"
|
||||
# Default architecture
|
||||
ARCH=${ARCH:-"x86_64"}
|
||||
|
||||
#Load default vesions for golang and other componets
|
||||
# Load default versions for golang and other componets
|
||||
source "${script_dir}/versions.txt"
|
||||
|
||||
# config file
|
||||
# distro-specific config file
|
||||
typeset -r CONFIG_SH="config.sh"
|
||||
|
||||
# Name of the extra file that could implement build_rootfs
|
||||
# Name of an optional distro-specific file which, if it exists, must implement the
|
||||
# build_rootfs() function.
|
||||
typeset -r LIB_SH="rootfs_lib.sh"
|
||||
|
||||
#$1: Error code if want to exit differnt to 0
|
||||
#$1: Error code if want to exit different to 0
|
||||
usage(){
|
||||
error="${1:-0}"
|
||||
cat <<EOT
|
||||
|
Loading…
Reference in New Issue
Block a user