This commit is contained in:
j3d1 2020-01-29 21:25:19 +01:00
parent 0c056e20b1
commit 9e20f7251f

View file

@ -5,7 +5,7 @@ function first_stage(){
set -e set -e
echo foo first_stage echo foo first_stage
apt install debootstrap apt install debootstrap cryptsetup btrfs-progs
echo -n luks_password: echo -n luks_password:
@ -57,5 +57,6 @@ function second_stage(){
echo bar second_stage echo bar second_stage
passwd passwd
echo -n > /etc/motd 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
} }