wiki/getstarted/disk.md

45 lines
2.3 KiB
Markdown
Raw Normal View History

2021-11-13 11:37:34 +00:00
---
title: Get started with Phyllome OS
description:
published: true
2021-11-23 10:47:09 +00:00
date: 2021-11-23T10:47:06.695Z
2021-11-13 11:37:34 +00:00
tags:
editor: markdown
dateCreated: 2021-11-13T11:37:31.498Z
---
2021-11-13 15:59:42 +00:00
# How to use Phyllome OS daily
2021-11-23 10:47:09 +00:00
*This section explains the "Phyllome OS way of doing things", what you need to do to further configure it, and how to deploy your favorite operating system within it.*
## Understand the Phyllome OS philosophy
> Phyllome OS has one goal: to let users bring their favorite operating system and to run them well
By definition, the host, Phyllome OS, is trying to be as discrete as possible, so that users won't actually have to spend much time to manage it. Users should be able to spend their time using their favorite personal computing environment, rather than messing around with Phyllome OS itself.[^1] The host is meant to be a great place for guest operating systems to thrive.
2021-11-13 15:59:42 +00:00
2021-11-23 10:47:09 +00:00
Eventually, users will be able to reach *the state of virtual enlightenment* (tm), and stop worrying about the fact that their favorite operating system is running inside a virtual machine, just as humans should stop worrying about living in a computer simulation ([perhaps](https://en.wikipedia.org/wiki/Simulation_hypothesis)).
2021-11-13 15:59:42 +00:00
2021-11-23 10:47:09 +00:00
## Overall view
2021-11-13 15:59:42 +00:00
2021-11-23 10:47:09 +00:00
After Phyllome OS has been successfully installed, a few tasks are required before it can be used to its fullest potential.
2021-11-13 15:59:42 +00:00
2021-11-23 10:47:09 +00:00
* **Run a few post-installation scripts**
2021-11-13 15:59:42 +00:00
* **Create a virtual machine**
2021-11-23 10:47:09 +00:00
* manually, using `virt-manager` (*default*)
* automatically, using `virt-install` (*for power users*)
2021-11-13 15:59:42 +00:00
* **Install your favorite guest operating system** inside this virtual machine
* manually, using the installer provided by the editor of your favorite operating system
2021-11-23 10:47:09 +00:00
* automatically, using a kickstart file, for compatible guest systems
2021-11-13 15:59:42 +00:00
* **Learn how make the most out of it**
As Phyllome OS evolves, one of the main goal is to shorten the time it would take for an end-user to have a fully operationnal virtual machine running with favorite operating system optimized virtual machine with their favorite operating system.
2021-11-23 10:47:09 +00:00
## Post-installation configuration
2021-11-13 15:59:42 +00:00
---
*Are you looking for tasks to do with your system? If so, have a look at doing some of the [suggested tasks](/gofurther)*
[^1]: Although, we very much encourage you to [hack it](https://github.com/PhyllomeOS/phyllomeos#how-to-hack-phyllome-os).