wip
This commit is contained in:
parent
6035818405
commit
feffb3d59f
1 changed files with 2 additions and 0 deletions
2
entry.sh
2
entry.sh
|
@ -5,6 +5,8 @@ source $(dirname $0)/utils.sh
|
|||
function first_stage(){
|
||||
echo foo first_stage
|
||||
|
||||
apt install debootstrap
|
||||
|
||||
if [[ ! -e /root/disk.img ]]; then
|
||||
|
||||
echo creating image file
|
||||
|
|
Loading…
Reference in a new issue