From ecf160d022b2d4989e75a08f21b1557af90f01f8 Mon Sep 17 00:00:00 2001 From: jedi Date: Wed, 29 Jan 2020 20:38:04 +0100 Subject: [PATCH] wip --- entry.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/entry.sh b/entry.sh index 45b8f84..88b5a91 100755 --- a/entry.sh +++ b/entry.sh @@ -19,8 +19,6 @@ function first_stage(){ echo mount ${DEVICE}p1 $TARGET echo debootstrap sid $TARGET debootstrap sid $TARGET - - #choose_dialog } function second_stage(){ @@ -28,4 +26,5 @@ function second_stage(){ echo bar second_stage passwd echo -n > /etc/motd + apt install linux-image-amd64 grub2 }