From 814f760bfaf1c92f6ccb30a89bbe9505dd106a02 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Tue, 15 Mar 2022 22:39:00 +0100 Subject: [PATCH] tell an easy way to grow the root partition --- files/quickstart.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/quickstart.txt b/files/quickstart.txt index 661a9b6..93b1d76 100644 --- a/files/quickstart.txt +++ b/files/quickstart.txt @@ -1,3 +1,6 @@ +# grow the root partition +sgdisk -n 0:0 + # grow root filesystem lsblk resize2fs /dev/nvme0n1pX -- 2.39.2