diff options
Diffstat (limited to 'helpers/lh_binary_encryption')
-rwxr-xr-x | helpers/lh_binary_encryption | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_encryption b/helpers/lh_binary_encryption index 480c382f1..cf8957415 100755 --- a/helpers/lh_binary_encryption +++ b/helpers/lh_binary_encryption @@ -53,7 +53,7 @@ esac Echo_message "Begin encrypting root filesystem image..." # Requiring stage file -Require_stagefile .stage/bootstrap .stage/binary_rootfs +Require_stagefile .stage/config .stage/bootstrap .stage/binary_rootfs # Checking stage file Check_stagefile .stage/binary_encryption |