From 65c33a085507be9e988328ddeb756ff318adbe17 Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Sat, 7 Oct 2023 14:25:32 +0900 Subject: [PATCH] Update InstallNET.sh --- Linux_reinstall/InstallNET.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Linux_reinstall/InstallNET.sh b/Linux_reinstall/InstallNET.sh index c918d3f..6e279e4 100644 --- a/Linux_reinstall/InstallNET.sh +++ b/Linux_reinstall/InstallNET.sh @@ -799,10 +799,10 @@ d-i mdadm/boot_degraded boolean true") d-i partman-auto-raid/recipe string \ 1 $2 0 ext4 /boot $AllDisksPart2 . \ $1 $2 0 ext4 / $AllDisksPart3 . -d-i partman-auto/expert_recipe string multiraid :: \ +d-i partman-auto/expert_recipe string multiraid :: \ 1075 100 2150 free \$bootable{ } \$primary{ } method{ efi } \$iflabel{ gpt } \$reusemethod{ } format{ } . \ - 269 150 538 raid \$primary{ } method{ raid } . \ - 100 200 -1 raid \$primary{ } method{ raid } . + 269 150 538 raid \$primary{ } method{ raid } . \ + 100 200 -1 raid \$primary{ } method{ raid } . d-i partman-efi/non_efi_system boolean true d-i partman-partitioning/choose_label select gpt d-i partman-partitioning/default_label string gpt") @@ -812,9 +812,9 @@ d-i partman-partitioning/default_label string gpt") d-i partman-auto-raid/recipe string \ 1 $2 0 ext4 /boot $AllDisksPart1 . \ $1 $2 0 ext4 / $AllDisksPart2 . -d-i partman-auto/expert_recipe string multiraid :: \ +d-i partman-auto/expert_recipe string multiraid :: \ 1075 100 2150 raid \$bootable{ } \$primary{ } method{ raid } . \ - 100 200 -1 raid \$primary{ } method{ raid } . + 100 200 -1 raid \$primary{ } method{ raid } . ") fi # Reference: https://github.com/airium/Linux-Reinstall/blob/master/install-raid0.sh