From 8d099f167f12fd0ab41d4ae9615dc3e75d9e6014 Mon Sep 17 00:00:00 2001 From: bin456789 Date: Wed, 20 May 2026 21:15:43 +0800 Subject: [PATCH] =?UTF-8?q?core:=20=E4=BF=AE=E5=A4=8D=E5=8E=9F=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E4=B8=BA=20bios=20+=20nixos=20=E9=87=8D=E5=90=AF?= =?UTF-8?q?=E5=90=8E=E6=9C=AA=E8=83=BD=E8=BF=9B=E5=85=A5=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reinstall.sh b/reinstall.sh index 0731f8f..b7ba13f 100644 --- a/reinstall.sh +++ b/reinstall.sh @@ -4194,7 +4194,7 @@ recreate_grub_or_extlinux_cfg() { /nix/var/nix/profiles/system/bin/switch-to-configuration boot # 手动启用 41_custom nixos_grub_home="$(dirname "$(readlink -f "$(get_cmd_path grub-mkconfig)")")/.." - $nixos_grub_home/etc/grub.d/41_custom >>$target_cfg + $nixos_grub_home/etc/grub.d/41_custom >>"$(dirname "$target_cfg")/grub.cfg" elif is_have_cmd update-grub; then update-grub else