diff --git a/docs/assets/lnco-logo.png b/docs/assets/lnco-logo.png new file mode 100644 index 0000000..b427f69 Binary files /dev/null and b/docs/assets/lnco-logo.png differ diff --git a/docs/void-desktop-setup/Provisioning-with-LVM.md b/docs/void-desktop-setup/Provisioning-with-LVM.md index e8328bc..27ce727 100644 --- a/docs/void-desktop-setup/Provisioning-with-LVM.md +++ b/docs/void-desktop-setup/Provisioning-with-LVM.md @@ -1,4 +1,4 @@ -First off the drive should be partitioned, possibly with fdisk. It should have atleast two partitions with one `EFI System` Partition and one `Linux filesystem` partition. +First off the drive should be partitioned, possibly with `fdisk` or `cfdisk`. It should have atleast two partitions with one `EFI System` Partition and one `Linux filesystem` partition. It should look something like this: diff --git a/docs/void-desktop-setup/Provisioning.md b/docs/void-desktop-setup/Provisioning.md index c86a4ae..0fa8eab 100644 --- a/docs/void-desktop-setup/Provisioning.md +++ b/docs/void-desktop-setup/Provisioning.md @@ -1,4 +1,4 @@ -First off the drive should be partitioned, possibly with fdisk. It should have atleast two partitions with one `EFI System` Partition and one `Linux filesystem` partition. +First off the drive should be partitioned, possibly with `fdisk` or `cfdisk`. It should have atleast two partitions with one `EFI System` Partition and one `Linux filesystem` partition. It should look something like this: diff --git a/mkdocs.yml b/mkdocs.yml index e7c13c5..5312be8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -4,6 +4,7 @@ theme: features: - navigation.tabs - toc.follow + logo: assets/lnco-logo.png nav: - 'Home': index.md