summaryrefslogtreecommitdiff
path: root/scripts/build/binary_rootfs
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/binary_rootfs')
-rwxr-xr-xscripts/build/binary_rootfs7
1 files changed, 3 insertions, 4 deletions
diff --git a/scripts/build/binary_rootfs b/scripts/build/binary_rootfs
index 99c962362..f84bfcc77 100755
--- a/scripts/build/binary_rootfs
+++ b/scripts/build/binary_rootfs
@@ -27,8 +27,7 @@ Echo_message "Begin building root filesystem image..."
Require_stagefile config bootstrap binary_chroot
# Checking stage file
-STAGE_FILE="binary_rootfs"
-Check_stagefile "${STAGE_FILE}"
+Check_stagefile
# Acquire lock file
Acquire_lockfile
@@ -66,7 +65,7 @@ then
cp -a cache/binary_rootfs/filesystem.* binary/"${INITFS}"
# Creating stage file
- Create_stagefile "${STAGE_FILE}"
+ Create_stagefile
exit 0
fi
@@ -448,4 +447,4 @@ then
fi
# Creating stage file
-Create_stagefile "${STAGE_FILE}"
+Create_stagefile