wip
This commit is contained in:
parent
3f5efc1a15
commit
ecf160d022
1 changed files with 1 additions and 2 deletions
3
entry.sh
3
entry.sh
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue