Browse Source

Fix default disk

Brent Yang 2 years ago
parent
commit
0c7bad1e42
1 changed files with 1 additions and 1 deletions
  1. 1 1
      debi.sh

+ 1 - 1
debi.sh

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