From d53fb9bf71473fa146ec0c52cf6f5bbd9f5c2c67 Mon Sep 17 00:00:00 2001 From: eichehome Date: Wed, 19 Jul 2023 19:29:49 +0200 Subject: [PATCH] =?UTF-8?q?Eine=20Erkl=C3=A4rung=20des=20Partitionsaufbaus?= =?UTF-8?q?=20hinzugef=C3=BCgt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.uefi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install.uefi b/install.uefi index 0d95ffb..3967da8 100644 --- a/install.uefi +++ b/install.uefi @@ -77,6 +77,11 @@ USR="15G" ############################### #Discoverable Partitions Specification +# /boot /dev/vda1 +# /usr /dev/vda2 +# (usr-hash) /dev/vda3 +# /(root) /dev/vda4 +# Reset Partition Table sgdisk -og "${DRIVE}" # Create EFI System Partition sgdisk -n 0:0:+"${ESP}" -t 0:c12a7328-f81f-11d2-ba4b-00a0c93ec93b -c 0:"EFI System Partition" "${DRIVE}"