wiki/gofurther.md

47 lines
1.7 KiB
Markdown
Raw Normal View History

2021-11-13 11:40:49 +00:00
---
2021-11-13 17:08:57 +00:00
title: Tasks
2021-11-13 11:40:49 +00:00
description:
published: true
2021-11-25 14:58:35 +00:00
date: 2021-11-25T14:58:32.492Z
2021-11-13 11:40:49 +00:00
tags:
editor: markdown
dateCreated: 2021-11-13T11:40:46.114Z
---
2021-11-13 16:26:05 +00:00
# Go further
2021-11-25 14:58:35 +00:00
*The section is meant to introduce how to execute particular tasks on Phyllome OS, including deploying certain guest systems. Some of these tasks will be rendered obsolete with newer Phyllome OS versions.*
2021-11-13 16:26:05 +00:00
## Tasks related to Phyllome OS
* [Perform a few checks](/gofurther/checks) on Phyllome OS
* [Migrate](/gofurther/migrate) an existing guest virtual machine to another Phyllome OS host
* [Resize](/gofurther/resize) an existing virtual disk
* [Encrypt](/gofurther/encrypt) virtual disk images using filesystem-level encryption
2021-11-21 17:18:14 +00:00
* [Install and use the Cloud Hypervisor](/gofurther/cloud-hypervisor) to create a virtual machine
2021-11-25 14:58:35 +00:00
* [Inception](/gofurther/inception) or install Phyllome OS inside Phyllome OS inside Phyllome OS
2021-11-13 16:26:05 +00:00
2021-11-22 21:22:54 +00:00
## Tasks related to the guest OS
2021-11-13 16:26:05 +00:00
*Although Phyllome OS thrives to pick good defaults that will work for many guest systems, further optimizations may be needed.*
2021-11-25 14:58:35 +00:00
### Unix-like
* [Linux family](/gofurther/linux)
* [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
* [BSD family](/gofurther/bsd)
* [OpenSolaris and derivatives](/gofurther/opensolaris)
* [Darwin and derivatives](/gofurther/darwin)
### Windows NT
* [Windows family](/gofurther/windows)
* [Install](/gofurther/install-windows-guest) a Windows guest system using an ISO file
* [ReactOS](/gofurther/reactos)
### Independent
* [Sculpt OS](/gofurther/sculpt-os)
* [Fuchsia OS](/gofurther/fuchsia-os)