wip
This commit is contained in:
parent
feffb3d59f
commit
89a300fa7e
2 changed files with 26 additions and 2 deletions
6
entry.sh
6
entry.sh
|
|
@ -36,6 +36,7 @@ function first_stage(){
|
|||
echo debootstrap sid $TARGET
|
||||
debootstrap sid $TARGET
|
||||
|
||||
choose_dialog
|
||||
}
|
||||
|
||||
function second_stage(){
|
||||
|
|
@ -45,8 +46,9 @@ function second_stage(){
|
|||
function test_fun(){
|
||||
#choose_one test1 | prefix_time
|
||||
#sleep 1
|
||||
block_devices | choose_one -
|
||||
echo "> "$test
|
||||
#block_devices | choose_one -
|
||||
#echo "> "$test
|
||||
choose_dialog
|
||||
#sleep 1
|
||||
#choose_one | prefix_time
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue