From feffb3d59fe442543bce98d76c081f72185fee9e Mon Sep 17 00:00:00 2001 From: jedi Date: Wed, 29 Jan 2020 13:59:43 +0100 Subject: [PATCH] wip --- entry.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entry.sh b/entry.sh index 8feb452..9e4e277 100755 --- a/entry.sh +++ b/entry.sh @@ -5,6 +5,8 @@ source $(dirname $0)/utils.sh function first_stage(){ echo foo first_stage + apt install debootstrap + if [[ ! -e /root/disk.img ]]; then echo creating image file