diff --git a/entry.sh b/entry.sh
index c0ce07a..f249e2a 100755
--- a/entry.sh
+++ b/entry.sh
@@ -5,7 +5,7 @@ function first_stage(){
 	set -e
 	echo foo first_stage
 	
-	apt install debootstrap
+	apt install debootstrap cryptsetup btrfs-progs
 	
 	
 	echo -n luks_password: 
@@ -57,5 +57,6 @@ function second_stage(){
 	echo bar second_stage
 	passwd
 	echo -n > /etc/motd
-	apt install linux-image-amd64 grub2
+	apt install linux-image-amd64 grub2 cryptsetup btrfs-progs
+	apt install locales tzdata keyboard-configuration console-common
 }