mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-03-31 23:59:12 +00:00
alpine.mk: wait with calculating dir size til the dir is filled up
This commit is contained in:
parent
3af6730c2f
commit
8732195fd5
@ -229,7 +229,7 @@ $(ISO_SHA1): $(ISO)
|
||||
# USB image
|
||||
#
|
||||
USBIMG := $(ALPINE_NAME)-$(ALPINE_RELEASE)-$(ALPINE_ARCH).img
|
||||
USBIMG_SIZE := $(shell echo $$(( `du -s $(ISO_DIR) | awk '{print $$1}'` + 8192 )) )
|
||||
USBIMG_SIZE = $(shell echo $$(( `du -s $(ISO_DIR) | awk '{print $$1}'` + 8192 )) )
|
||||
MBRPATH := /usr/share/syslinux/mbr.bin
|
||||
# the offset where the frist partition is found
|
||||
USBIMG_OFFSET := 16384
|
||||
|
Loading…
Reference in New Issue
Block a user