Skip to content

Commit

Permalink
modified: ts/build/packages/base/etc/init.d/fastboot
Browse files Browse the repository at this point in the history
  • Loading branch information
Doncuppjr committed Oct 29, 2024
1 parent ebd93e6 commit 9635f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/build/packages/base/etc/init.d/fastboot
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ iso()
systemd-mount --fsck=no -o x-mount.mkdir,defaults /dev/disk/by-label/$CDVOLNAME /mnt/cdrom0
FILE=$BASE_MOUNT_PATH/cdrom0/"$squash_location"lib.squash
timeout=150
while ! mountpoint $BASE_MOUNT_PATH/cdrom0 && [ $timeout -ne 0 ]; do
while ! /bin/busybox mountpoint $BASE_MOUNT_PATH/cdrom0 && [ $timeout -ne 0 ]; do
sleep .1
let timeout-=1
done
Expand Down

0 comments on commit 9635f60

Please sign in to comment.