Fix default disk

pull/128/head
Brent Yang 2 years ago committed by GitHub
parent ab6c04b571
commit 0c7bad1e42
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 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

Loading…
Cancel
Save