Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juckz/one-os
https://github.com/juckz/one-os
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/juckz/one-os
- Owner: JuckZ
- Created: 2023-07-22T12:19:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-26T10:41:49.000Z (10 months ago)
- Last Synced: 2024-11-05T02:42:24.310Z (2 months ago)
- Language: Assembly
- Size: 195 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# One OS
## TODO
1. script for automation test
2. complete document and make a website
3. Multiple OS for Android
4. Multiple OS on Bootable USB
5. Run anywhere: Proxmox VE, Vmware Workstation, Vmware ESXI, Virtual box, QEMU, KVM, Bare Metal...
6. Auto generate opencore/clover/rEFInd configuration
7. [Ventoy](https://www.ventoy.net) support
8. UEFI, Legacy
9. ...## Description
## Get Started
### [Update to PowerShell 7](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.4&viewFallbackFrom=powershell-7&WT.mc_id=THOMASMAURER-blog-thmaure)
```powershell
winget search Microsoft.PowerShell
# Install PowerShell or PowerShell Preview using the id parameter
winget install --id Microsoft.Powershell --source winget
winget install --id Microsoft.Powershell.Preview --source winget
```### Download Project
#### method1
```sh
git clone https://github.com/JuckZ/one-os.git one-os --recursive
```#### method2
```sh
git clone https://github.com/JuckZ/one-os.git one-os
cd one-os
git submodule init
git submodule update
```