This commit is contained in:
j3d1 2020-01-29 20:38:04 +01:00
parent 3f5efc1a15
commit ecf160d022

View file

@ -19,8 +19,6 @@ function first_stage(){
echo mount ${DEVICE}p1 $TARGET echo mount ${DEVICE}p1 $TARGET
echo debootstrap sid $TARGET echo debootstrap sid $TARGET
debootstrap sid $TARGET debootstrap sid $TARGET
#choose_dialog
} }
function second_stage(){ function second_stage(){
@ -28,4 +26,5 @@ 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
} }