This commit is contained in:
j3d1 2020-01-29 20:33:36 +01:00
parent 0cc143f942
commit 3f5efc1a15

View file

@ -2,6 +2,7 @@
function first_stage(){
set -e
echo foo first_stage
apt install debootstrap
@ -23,6 +24,7 @@ function first_stage(){
}
function second_stage(){
set -e
echo bar second_stage
passwd
echo -n > /etc/motd