Set default disk to the device mounted to root

pull/128/head
Brent Yang 2 years ago
parent b853e09987
commit 4ea2f8b3a2
  1. 2
      debi.sh

@ -214,7 +214,7 @@ sudo_with_password=false
timezone=UTC
ntp=time.google.com
disk_partitioning=true
disk=
disk=$(df / | grep -Eo '^/dev/[a-z]+')
force_gpt=true
efi=
esp=106

Loading…
Cancel
Save