summaryrefslogtreecommitdiff
path: root/meta/new.sh
diff options
context:
space:
mode:
authorAnton Kling <anton@kling.gg>2023-11-08 18:14:55 +0100
committerAnton Kling <anton@kling.gg>2023-11-08 18:28:38 +0100
commit006302465965129777884e09114c7a503f8342ac (patch)
treeefcd45b2d7091f2970256ed2b0326ab8c746a4e8 /meta/new.sh
parent420221c7ee8c98d241bb1881368bdae9500f5275 (diff)
Meta: Modify run and debug scripts
Diffstat (limited to 'meta/new.sh')
-rwxr-xr-xmeta/new.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/new.sh b/meta/new.sh
index 24d1b1d..4c2da48 100755
--- a/meta/new.sh
+++ b/meta/new.sh
@@ -6,5 +6,5 @@ cd "$scriptdir"
# Include /sbin to the PATH since mkfs.ext2 exists only in sbin on debian :/
export PATH="$PATH:/sbin"
rm ext2.img
-mkfs.ext2 ext2.img 20M
+mkfs.ext2 ext2.img 30M
./sync.sh