From 993c3adf6c59aae7912579f2ae2d79d01308b0db Mon Sep 17 00:00:00 2001 From: aheirman <48590738+aheirman@users.noreply.github.com> Date: Sun, 28 Mar 2021 15:59:57 +0200 Subject: [PATCH] Fix fdisk command We want it to create a partition to the end of the file. --- createimg.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/createimg.sh b/createimg.sh index a8144ca..e4bcd72 100644 --- a/createimg.sh +++ b/createimg.sh @@ -24,6 +24,7 @@ n p 1 ${PARTITION_START} + w " | fdisk iglunix.img