wip
This commit is contained in:
parent
fa48408251
commit
885f7ae0bb
1 changed files with 1 additions and 1 deletions
2
entry.sh
2
entry.sh
|
@ -5,7 +5,7 @@ function first_stage(){
|
|||
set -e
|
||||
echo foo first_stage
|
||||
|
||||
apt install debootstrap partprobe
|
||||
apt install debootstrap
|
||||
|
||||
lsblk -ftpo NAME,FSTYPE,LABEL,UUID,FSAVAIL,MOUNTPOINT
|
||||
select DEVICE in $(lsblk -frpno NAME); do
|
||||
|
|
Loading…
Reference in a new issue