Reorganize the deploy section

This commit is contained in:
lukas 2021-11-13 11:43:06 +01:00
parent 883acbe425
commit 5fc69e5bcd
12 changed files with 63 additions and 89 deletions

View File

@ -1,23 +0,0 @@
---
title: Deployment
description:
published: true
date: 2021-11-13T10:13:22.305Z
tags:
editor: markdown
dateCreated: 2021-08-12T10:06:58.917Z
---
# Installation
*The section is meant to help users prepare their computer to host Phyllome OS, to pick the right version that will suit their needs, to understand its limitations, and to install it.*
* **Choose**
* [Is Phyllome OS right for you?](/deploy/rightforyou)
* [Requirements](/deploy/requirements)
* **Install**
* [Prepare](/deploy/prepare)
* [Create an installation medium](/deploy/medium)
* [Install from a live medium](/deploy/live) (*default method*)
* [Deploy in a virtual machine](/deploy/vm) (*to hack it*)
* [From source](/deploy/source)

View File

@ -1,18 +0,0 @@
---
title: Choose
description:
published: true
date: 2021-11-12T15:50:14.065Z
tags:
editor: markdown
dateCreated: 2021-11-12T15:05:19.133Z
---
# Phyllome and you
## Understand if Phyllome OS is for you and pick the right version
* [Is Phyllome OS right for you?](/deploy/choose/phyllomeos)
* [Requirements](/deploy/choose/requirements)

View File

@ -1,12 +0,0 @@
---
title: Installation
description:
published: true
date: 2021-11-12T15:06:11.659Z
tags:
editor: markdown
dateCreated: 2021-11-12T15:06:11.659Z
---
# Header
Your content here

View File

@ -1,12 +0,0 @@
---
title: Preparation
description: Prepare the host computer
published: true
date: 2021-11-12T15:07:55.336Z
tags:
editor: markdown
dateCreated: 2021-11-12T15:07:55.336Z
---
# Header
Your content here

View File

@ -1,12 +0,0 @@
---
title: Install Phyllome OS from sources
description:
published: true
date: 2021-11-12T15:18:30.241Z
tags:
editor: markdown
dateCreated: 2021-11-12T15:18:30.241Z
---
# Header
Your content here

View File

@ -8,5 +8,6 @@ editor: markdown
dateCreated: 2021-11-12T15:17:34.095Z
---
# Header
# Put Phyllome OS on a USB stick
Your content here

22
deploy/prepare.md Normal file
View File

@ -0,0 +1,22 @@
---
title: Preparation
description: Prepare the host computer
published: true
date: 2021-11-12T15:07:55.336Z
tags:
editor: markdown
dateCreated: 2021-11-12T15:07:55.336Z
---
# Prepare your host computer
`To-do`
These instructions are valid for x86-64 computers that do ship with Linux or Windows
## Enable IOMMU
### Access the firmware
### Modify the firmware configuration

View File

@ -9,12 +9,4 @@ dateCreated: 2021-11-12T15:14:36.468Z
---
`To be fetched from white paper : hardware requirements ; Phyllome OS version`
## Use
Install
From a live medium (default method)
In a virtual machine (to hack it)
From source
`To be fetched from white paper : hardware requirements ; Phyllome OS version`

15
deploy/source.md Normal file
View File

@ -0,0 +1,15 @@
---
title: Install Phyllome OS from source
description:
published: true
date: 2021-11-12T15:18:30.241Z
tags:
editor: markdown
dateCreated: 2021-11-12T15:18:30.241Z
---
# How to install Phyllome OS from source
`To-do`
*It would be great to be able to deploy Phyllome OS without relying on kickstart files, but on sources directly*

View File

@ -8,5 +8,26 @@ editor: markdown
dateCreated: 2021-11-12T15:18:50.223Z
---
# Header
Your content here
# How to deploy Phyllome OS in a virtual machine
`To-do`
## On Linux
`To-do`
### Fedora
`To-do`
### Debian
`To-do`
## On macOS
`To-do`
## On Windows
`To-do`