From 0c7bad1e426ee87c71bebdb67e908ad7e73e8a51 Mon Sep 17 00:00:00 2001 From: Brent Yang <8384161+bohanyang@users.noreply.github.com> Date: Tue, 23 Apr 2024 15:03:36 +0900 Subject: [PATCH] Fix default disk --- debi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debi.sh b/debi.sh index a2f17ff..42b5434 100755 --- a/debi.sh +++ b/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