From 3f12f9f8ade0cd5ad588b49819555ee145cbcb1e Mon Sep 17 00:00:00 2001 From: jedi Date: Wed, 29 Jan 2020 00:02:23 +0100 Subject: [PATCH] wip --- entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry.sh b/entry.sh index af59ac5..9fb867a 100755 --- a/entry.sh +++ b/entry.sh @@ -2,7 +2,7 @@ function first_stage(){ echo foo first_stage - creating image file + echo creating image file dd if=/dev/zero of=/root/disk.img bs=1M count=512 losetup -f /root/disk.img (