summaryrefslogtreecommitdiff
path: root/iso64
diff options
context:
space:
mode:
Diffstat (limited to 'iso64')
-rwxr-xr-xiso644
1 files changed, 2 insertions, 2 deletions
diff --git a/iso64 b/iso64
index ce20b8d..79f09c5 100755
--- a/iso64
+++ b/iso64
@@ -8,8 +8,8 @@ checkroot
prepareisox64 () {
# we really need this folder as quick as possible
mkdir -p "$isosyncdirx64"
- # create an empty 15GB ext4 fs were our rootfs will stay
- dd if=/dev/zero of=""$isosyncdirx64".img" bs=50M count=300
+ # create an empty 20GB ext4 fs were our rootfs will stay
+ dd if=/dev/zero of=""$isosyncdirx64".img" bs=50M count=400
mkfs.ext4 ""$isosyncdirx64".img"
# create live iso layout
mkdir -p "$isostagingdirx64"