diff options
Diffstat (limited to 'helpers/lh_binary_rootfs')
-rwxr-xr-x | helpers/lh_binary_rootfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_rootfs b/helpers/lh_binary_rootfs index e48b0722e..07159e718 100755 --- a/helpers/lh_binary_rootfs +++ b/helpers/lh_binary_rootfs @@ -31,7 +31,7 @@ Set_defaults Echo_message "Begin building root filesystem image..." # Requiring stage file -Require_stagefile .stage/bootstrap .stage/binary_chroot +Require_stagefile .stage/config .stage/bootstrap .stage/binary_chroot # Checking stage file Check_stagefile .stage/binary_rootfs |