From 5fc69e5bcdfbf8d52d6b5336e29468a2564ef4f1 Mon Sep 17 00:00:00 2001 From: Lukas Date: Sat, 13 Nov 2021 11:43:06 +0100 Subject: [PATCH] Reorganize the deploy section --- deploy.md | 23 ----------------- deploy/choose.md | 18 ------------- deploy/install.md | 12 --------- deploy/install/prepare.md | 12 --------- deploy/install/source.md | 12 --------- deploy/{install => }/live.md | 0 deploy/{install => }/medium.md | 3 ++- deploy/prepare.md | 22 ++++++++++++++++ deploy/requirements.md | 10 +------- ...omeos-right-for-you?.md => rightforyou.md} | 0 deploy/source.md | 15 +++++++++++ deploy/{install => }/vm.md | 25 +++++++++++++++++-- 12 files changed, 63 insertions(+), 89 deletions(-) delete mode 100644 deploy.md delete mode 100644 deploy/choose.md delete mode 100644 deploy/install.md delete mode 100644 deploy/install/prepare.md delete mode 100644 deploy/install/source.md rename deploy/{install => }/live.md (100%) rename deploy/{install => }/medium.md (81%) create mode 100644 deploy/prepare.md rename deploy/{phyllomeos-right-for-you?.md => rightforyou.md} (100%) create mode 100644 deploy/source.md rename deploy/{install => }/vm.md (50%) diff --git a/deploy.md b/deploy.md deleted file mode 100644 index 29cef94..0000000 --- a/deploy.md +++ /dev/null @@ -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) diff --git a/deploy/choose.md b/deploy/choose.md deleted file mode 100644 index 7b5d5c7..0000000 --- a/deploy/choose.md +++ /dev/null @@ -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) - \ No newline at end of file diff --git a/deploy/install.md b/deploy/install.md deleted file mode 100644 index dbe3a63..0000000 --- a/deploy/install.md +++ /dev/null @@ -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 \ No newline at end of file diff --git a/deploy/install/prepare.md b/deploy/install/prepare.md deleted file mode 100644 index ddcc3f1..0000000 --- a/deploy/install/prepare.md +++ /dev/null @@ -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 \ No newline at end of file diff --git a/deploy/install/source.md b/deploy/install/source.md deleted file mode 100644 index e09b0e5..0000000 --- a/deploy/install/source.md +++ /dev/null @@ -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 \ No newline at end of file diff --git a/deploy/install/live.md b/deploy/live.md similarity index 100% rename from deploy/install/live.md rename to deploy/live.md diff --git a/deploy/install/medium.md b/deploy/medium.md similarity index 81% rename from deploy/install/medium.md rename to deploy/medium.md index f5c3161..9b3e1d7 100644 --- a/deploy/install/medium.md +++ b/deploy/medium.md @@ -8,5 +8,6 @@ editor: markdown dateCreated: 2021-11-12T15:17:34.095Z --- -# Header +# Put Phyllome OS on a USB stick + Your content here \ No newline at end of file diff --git a/deploy/prepare.md b/deploy/prepare.md new file mode 100644 index 0000000..d0211d0 --- /dev/null +++ b/deploy/prepare.md @@ -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 + diff --git a/deploy/requirements.md b/deploy/requirements.md index 3fd5080..76529a7 100644 --- a/deploy/requirements.md +++ b/deploy/requirements.md @@ -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` \ No newline at end of file diff --git a/deploy/phyllomeos-right-for-you?.md b/deploy/rightforyou.md similarity index 100% rename from deploy/phyllomeos-right-for-you?.md rename to deploy/rightforyou.md diff --git a/deploy/source.md b/deploy/source.md new file mode 100644 index 0000000..152b5d8 --- /dev/null +++ b/deploy/source.md @@ -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* \ No newline at end of file diff --git a/deploy/install/vm.md b/deploy/vm.md similarity index 50% rename from deploy/install/vm.md rename to deploy/vm.md index e8c0588..128f779 100644 --- a/deploy/install/vm.md +++ b/deploy/vm.md @@ -8,5 +8,26 @@ editor: markdown dateCreated: 2021-11-12T15:18:50.223Z --- -# Header -Your content here \ No newline at end of file +# 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` \ No newline at end of file