This commit is contained in:
j3d1 2020-01-29 13:38:18 +01:00
parent e95c2f2a69
commit 6035818405

View file

@ -32,6 +32,7 @@ function first_stage(){
mount ${LODEV}p1 $TARGET
echo mount ${LODEV}p1 $TARGET
echo debootstrap sid $TARGET
debootstrap sid $TARGET
}