From 3bdb1eade4d1655e4292cef6b2eb584fb761430f Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Tue, 9 May 2023 15:19:09 +0530 Subject: [PATCH] bluefeds (reddish): add partition layout --- content/posts/bluefeds.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/posts/bluefeds.md b/content/posts/bluefeds.md index 2559af9..d3e795b 100644 --- a/content/posts/bluefeds.md +++ b/content/posts/bluefeds.md @@ -24,6 +24,15 @@ sudo lvchange -an /dev/fedora_fedora/root sudo eject /dev/XXX ``` +## File system and partitions: + +``` + 256MB +/boot/efi 1G +/ 15G +/home +``` + ---