mirror of
https://github.com/PhyllomeOS/wiki.git
synced 2024-11-05 11:51:10 +00:00
1.1 KiB
1.1 KiB
title | description | published | date | tags | editor | dateCreated |
---|---|---|---|---|---|---|
Tasks | true | 2022-07-28T00:30:46.903Z | markdown | 2021-11-13T11:40:46.114Z |
Go further
The section is meant to introduce how to execute particular tasks on Phyllome OS.
- Perform a few checks on Phyllome OS
- Deploy a guest operating system
- Resize an existing virtual disk
- Encrypt a directory containing virtual disk images
- Configure Virtual Function I/O Mediated devices (vfio-mdev)
- Hack and develop Phyllome OS
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 a Linux guest system using an ISO file
- Automatically deploy an RPM-based guest system with
virt-install
and a kickstart file
Windows NT
Darwin-based
- To-do