Clean up and further

This commit is contained in:
Tastatur 2023-08-16 22:27:52 +02:00
parent 5bb603a2df
commit ff81a73a51
8 changed files with 11 additions and 49 deletions

BIN
.mkdocs.yml.swp Normal file

Binary file not shown.

View file

@ -1,17 +1,3 @@
# Welcome to wiki.bijl.us # Welcome to wiki.bijl.us
For full documentation visit [mkdocs.org](https://www.mkdocs.org). These are all the docs related to [git.bijl.us](git.bijl.us).
## Commands
* `mkdocs new [dir-name]` - Create a new project.
* `mkdocs serve` - Start the live-reloading docs server.
* `mkdocs build` - Build the documentation site.
* `mkdocs -h` - Print help message and exit.
## Project layout
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.

View file

@ -1,10 +1,3 @@
---
gitea: none
include_toc: false
---
## Installation with LVM
To install the Void Linux distribution on the system, the encrypted partition and the efi partition have to be mounted to the main system. To install the Void Linux distribution on the system, the encrypted partition and the efi partition have to be mounted to the main system.
``` ```
@ -174,4 +167,4 @@ And reboot.
``` ```
# shutdown -r now # shutdown -r now
``` ```

View file

@ -1,10 +1,3 @@
---
gitea: none
include_toc: false
---
## Installation
To install the Void Linux distribution on the system, the encrypted partition and the efi partition have to be mounted to the main system. To install the Void Linux distribution on the system, the encrypted partition and the efi partition have to be mounted to the main system.
``` ```
@ -172,4 +165,4 @@ And reboot.
``` ```
# shutdown -r now # shutdown -r now
``` ```

View file

@ -1,10 +1,3 @@
---
gitea: none
include_toc: false
---
## Provisioning with LVM
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. It should have atleast two partitions with one `EFI System` Partition and one `Linux filesystem` partition.
It should look something like this: It should look something like this:
@ -47,4 +40,4 @@ To create the filesystems on the logical partitions:
# mkfs.ext4 -L home /dev/mapper/lv0-home # mkfs.ext4 -L home /dev/mapper/lv0-home
``` ```
Other filesystems can also be used but `ext4` is the standard for most linux distrobutions. Other sizes for the partitions can also be used depending on the needs of the user. Other filesystems can also be used but `ext4` is the standard for most linux distrobutions. Other sizes for the partitions can also be used depending on the needs of the user.

View file

@ -1,10 +1,3 @@
---
gitea: none
include_toc: false
---
## Provisioning
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. It should have atleast two partitions with one `EFI System` Partition and one `Linux filesystem` partition.
It should look something like this: It should look something like this:
@ -28,4 +21,4 @@ And the encrypted filesystem of the root partition.
# mkfs.ext4 -L root /dev/mapper/root # mkfs.ext4 -L root /dev/mapper/root
``` ```
Other filesystems can also be used but `ext4` is the standard for most linux distobutions. Other filesystems can also be used but `ext4` is the standard for most linux distobutions.

View file

@ -3,16 +3,20 @@ theme:
name: material name: material
features: features:
- navigation.tabs - navigation.tabs
- toc.follow
nav: nav:
- 'Home': index.md - 'Home': index.md
- 'Void Desktop setup': - 'Void Desktop setup':
- 'Start': void-desktop-setup/Home.md - 'Start': void-desktop-setup/Home.md
- 'Installation with LVM (recommended)': - 'Installation':
- 'Installation with LVM (recommended)':
- 'Provisioning': void-desktop-setup/Provisioning-with-LVM.md - 'Provisioning': void-desktop-setup/Provisioning-with-LVM.md
- 'Installation': void-desktop-setup/Installation-with-LVM.md - 'Installation': void-desktop-setup/Installation-with-LVM.md
- 'Installation without LVM': - 'Installation without LVM':
- 'Provisioning': void-desktop-setup/Provisioning.md - 'Provisioning': void-desktop-setup/Provisioning.md
- 'Installation': void-desktop-setup/Installation.md - 'Installation': void-desktop-setup/Installation.md
- 'Post installation':
- 'Config files': void-desktop-setup/Post-install.md
- 'Alpine Server setup': alpine-home.md - 'Alpine Server setup': alpine-home.md
- 'Xbps-Ample': ample-home.md - 'Xbps-Ample': ample-home.md