From 0fcbb91c6a9f6a21c3335805a13ca7a788628f35 Mon Sep 17 00:00:00 2001 From: eichehome Date: Fri, 13 Jan 2023 01:14:45 +0100 Subject: [PATCH] =?UTF-8?q?ESP=20Label=20korrigiert=20f=C3=BCr=20Automatio?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prep-BTRFS-UEFI.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prep-BTRFS-UEFI.sh b/prep-BTRFS-UEFI.sh index cfe0fdf..ed7f285 100644 --- a/prep-BTRFS-UEFI.sh +++ b/prep-BTRFS-UEFI.sh @@ -16,7 +16,7 @@ timedatectl set-ntp true # /dev/vda2 Rest / parted --script /dev/vda \ mklabel gpt \ -mkpart "EFI system partition" fat32 1MiB 501MiB \ +mkpart "efi" fat32 1MiB 501MiB \ set 1 esp on \ mkpart "root" btrfs 501MiB 100%