Set default disk to the device mounted to root

pull/121/head
Brent Yang 2 years ago committed by GitHub
parent b853e09987
commit febbabcb95
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= disk=$(df / | grep -Eo '^/dev/[a-z]+')
force_gpt=true force_gpt=true
efi= efi=
esp=106 esp=106

Loading…
Cancel
Save