Fix disk path

pull/128/head
Brent Yang 2 years ago committed by GitHub
parent 0c7bad1e42
commit 1282ca8593
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      debi.sh

@ -214,7 +214,7 @@ sudo_with_password=false
timezone=UTC
ntp=time.google.com
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
efi=
esp=106

Loading…
Cancel
Save