wiki/gofurther.md

40 lines
1.4 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
2022-07-28 00:19:55 +00:00
date: 2022-07-28T00:19:53.924Z
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
2022-07-20 21:14:56 +00:00
## Install a guest operating system
2021-11-13 16:26:05 +00:00
2022-07-20 21:14:56 +00:00
*Although Phyllome OS thrives to pick good defaults that will work for many guest systems, further optimizations may be needed.*
2021-11-13 16:26:05 +00:00
2022-07-28 00:19:55 +00:00
Generally speaking, installing your favorite guest operating system inside Phyllome OS requires that you fetch an official ISO from the editor of the said operating system, that you make it accessible to `libvirt` and that you go through the installation.
2021-11-25 14:58:35 +00:00
### Unix-like
2022-01-20 10:49:16 +00:00
* [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
2021-11-25 14:58:35 +00:00
### Windows NT
2022-01-20 13:22:22 +00:00
* [Install ReactOS](/gofurther/reactos)
2021-11-25 16:12:32 +00:00
## Tasks related to Phyllome OS
2021-11-26 16:14:26 +00:00
*The section is meant to introduce how to execute particular tasks on Phyllome OS. Some of these tasks will be rendered obsolete with newer Phyllome OS versions.*
2021-11-25 16:12:32 +00:00
* [Perform a few checks](/gofurther/checks) on Phyllome OS
* [Resize](/gofurther/resize) an existing virtual disk
2022-07-21 21:07:40 +00:00
* [Configure](/gofurther/vfio-mdev) Virtual Function I/O Mediated devices (vfio-mdev)
2022-01-31 09:57:47 +00:00
* [Encrypt](/gofurther/encrypt) the directory that contains virtual disks for your current user
2022-01-20 10:58:43 +00:00
* [Hack](/gofurther/hack) and develop Phyllome OS
---
*[**Go back to homepage**](/)*