mirror of
https://github.com/bohanyang/debi.git
synced 2026-09-26 22:16:11 +00:00
Fix disk path
This commit is contained in:
@@ -214,7 +214,7 @@ sudo_with_password=false
|
|||||||
timezone=UTC
|
timezone=UTC
|
||||||
ntp=time.google.com
|
ntp=time.google.com
|
||||||
disk_partitioning=true
|
disk_partitioning=true
|
||||||
disk=$(df /boot | grep -Eo '^/dev/[hsv]d[a-z]')
|
disk="/dev/$(lsblk -no PKNAME "$(df /boot | grep -Eo '/dev/[a-z0-9]+')")"
|
||||||
force_gpt=true
|
force_gpt=true
|
||||||
efi=
|
efi=
|
||||||
esp=106
|
esp=106
|
||||||
|
|||||||
Reference in New Issue
Block a user