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