wip
This commit is contained in:
parent
ecf160d022
commit
156432f4ab
1 changed files with 1 additions and 1 deletions
2
entry.sh
2
entry.sh
|
@ -7,7 +7,7 @@ function first_stage(){
|
||||||
|
|
||||||
apt install debootstrap
|
apt install debootstrap
|
||||||
|
|
||||||
lsblk -fTpo NAME,FSTYPE,LABEL,UUID,FSAVAIL,MOUNTPOINT
|
lsblk -ftpo NAME,FSTYPE,LABEL,UUID,FSAVAIL,MOUNTPOINT
|
||||||
select DEVICE in $(lsblk -frpno NAME); do
|
select DEVICE in $(lsblk -frpno NAME); do
|
||||||
echo using $DEVICE
|
echo using $DEVICE
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in a new issue