mirror of
https://github.com/bohanyang/debi.git
synced 2026-09-26 22:16:11 +00:00
Fix default disk
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 / | grep -Eo '^/dev/[a-z]+')
|
disk=$(df /boot | grep -Eo '^/dev/[hsv]d[a-z]')
|
||||||
force_gpt=true
|
force_gpt=true
|
||||||
efi=
|
efi=
|
||||||
esp=106
|
esp=106
|
||||||
|
|||||||
Reference in New Issue
Block a user