From be0e941434a861feb4e68f9b73fb58aad66524c6 Mon Sep 17 00:00:00 2001 From: lukas Date: Sat, 30 Jul 2022 00:24:15 +0000 Subject: [PATCH] docs: update getstarted --- getstarted.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/getstarted.md b/getstarted.md index 7b2d995..6ac7b35 100644 --- a/getstarted.md +++ b/getstarted.md @@ -2,7 +2,7 @@ title: Get started description: published: true -date: 2022-01-20T11:00:26.951Z +date: 2022-07-30T00:24:13.572Z tags: editor: markdown dateCreated: 2021-11-13T11:37:12.103Z @@ -15,6 +15,23 @@ dateCreated: 2021-11-13T11:37:12.103Z * [Use it as a live system](/getstarted/live) (*to test it*) * [Use it as an installed system](/getstarted/disk) (*for daily use*) +## Guest operating system installations + +A guest operating system can be installed in different ways, such as using the installer on an ISO image or automatically through Internet, using `virt-install`. + +#### Unix-like + +* [Install](/gofurther/install-guest) a Linux guest system using an ISO file +* [Automatically deploy](/gofurther/virt-install) an RPM-based guest system with `virt-install` and a kickstart file + +#### Windows NT + +* [Install ReactOS](/gofurther/reactos) + +#### Darwin-based + +* *To-do* + --- *If you haven't deploy Phyllome OS, please go to the [**Deploy**](/deploy) section.*