docs: update getstarted

This commit is contained in:
lukas 2022-07-30 00:24:15 +00:00
parent 814f3753c1
commit be0e941434

View File

@ -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.*