From 006302465965129777884e09114c7a503f8342ac Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Wed, 8 Nov 2023 18:14:55 +0100 Subject: Meta: Modify run and debug scripts --- meta/new.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/new.sh') 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 -- cgit v1.2.3