]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/flash-images
strongswan: Update to 5.3.1
[ipfire-2.x.git] / lfs / flash-images
index f213476aa388bd24b2302c7529b3c1dfe4c9a16a..530bf339b80b95ae2e86bec54ed7a0d91cd212f7 100644 (file)
@@ -75,9 +75,9 @@ else
 endif
 
 # /boot:  64MB - OFFSET
-# /    : 700MB
+# /    : 750MB
 S_BOOT := $(shell echo $$(( 131072 - $(S_OFFSET) )))
-S_ROOT := 1433600
+S_ROOT := 1536000
 
 PADDING = 100 # MB
 
@@ -211,6 +211,7 @@ endif
        -fsck.ext4 -f -y $(PART_ROOT)
        fsck.ext4 -f -y $(PART_ROOT)
 
+       sleep 10     #Ubuntu compiling: allow time to automount/dismount
        kpartx -d -v $(DEVICE)
        losetup -d $(DEVICE)