From 204480f36d104c27c3c347c34059b33a673a3ea1 Mon Sep 17 00:00:00 2001 From: suti7yk5032 Date: Tue, 14 May 2024 18:37:43 +0900 Subject: [PATCH] =?UTF-8?q?boot=E3=83=87=E3=82=A3=E3=83=AC=E3=82=AF?= =?UTF-8?q?=E3=83=88=E3=83=AA=E3=81=AE=E5=AE=B9=E9=87=8F=E3=82=92=E6=8B=A1?= =?UTF-8?q?=E5=BC=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/linux/linux_btrfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/linux/linux_btrfs.sh b/install/linux/linux_btrfs.sh index 201a8d7..40afd3c 100644 --- a/install/linux/linux_btrfs.sh +++ b/install/linux/linux_btrfs.sh @@ -30,7 +30,7 @@ if [ "$check1" == "yes" ]; then fi #1,2の番号をつけるのとディスクの種類を判断 sgdisk -o "$installdisk" -g - sgdisk -n 1:0:+300M -t 1:ef00 -c 1:"EFI System" "$installdisk" + sgdisk -n 1:0:+1024M -t 1:ef00 -c 1:"EFI System" "$installdisk" sgdisk -n 2:0: -t 2:8300 -c 2:"Linux filesystem" "$installdisk" #パーティション操作 mkfs.vfat -F32 "$d1"