wip
This commit is contained in:
parent
0cc143f942
commit
3f5efc1a15
1 changed files with 2 additions and 0 deletions
2
entry.sh
2
entry.sh
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
function first_stage(){
|
function first_stage(){
|
||||||
|
set -e
|
||||||
echo foo first_stage
|
echo foo first_stage
|
||||||
|
|
||||||
apt install debootstrap
|
apt install debootstrap
|
||||||
|
@ -23,6 +24,7 @@ function first_stage(){
|
||||||
}
|
}
|
||||||
|
|
||||||
function second_stage(){
|
function second_stage(){
|
||||||
|
set -e
|
||||||
echo bar second_stage
|
echo bar second_stage
|
||||||
passwd
|
passwd
|
||||||
echo -n > /etc/motd
|
echo -n > /etc/motd
|
||||||
|
|
Loading…
Reference in a new issue