diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | packager/openslx.functions | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ dracut + builder/dnbd3-qcow2-rootfs/kernel_modules/nbd/* !builder/dnbd3-qcow2-rootfs/kernel_modules/nbd/Makefile + +builder/dnbd3-qcow2-rootfs/kernel_modules/dnbd3 diff --git a/packager/openslx.functions b/packager/openslx.functions index 8ecc1fdc..7fe74e0a 100644 --- a/packager/openslx.functions +++ b/packager/openslx.functions @@ -4,7 +4,7 @@ # # ------------------------------------------------------------------------------ # -# check if we have our environement variables to check +# check if we have our environment variables to check # if we actually got sourced by the main script if [ -z "${SELF_PID}" -o -z "${ROOT_DIR}" ]; then # not using perror, since we probably don't have it. |