Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/its-alex/custom-ubuntu-server-20.04.6-live-iso
Create a custom ubuntu server 20.04.6 live iso
https://github.com/its-alex/custom-ubuntu-server-20.04.6-live-iso
linux live-iso playground ubuntu-server vagrant
Last synced: about 2 months ago
JSON representation
Create a custom ubuntu server 20.04.6 live iso
- Host: GitHub
- URL: https://github.com/its-alex/custom-ubuntu-server-20.04.6-live-iso
- Owner: Its-Alex
- License: mit
- Created: 2023-10-23T14:17:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-19T21:51:34.000Z (10 months ago)
- Last Synced: 2024-10-12T08:25:52.107Z (3 months ago)
- Topics: linux, live-iso, playground, ubuntu-server, vagrant
- Language: Shell
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Custom ubuntu-server 20.04.6 live-iso
This repo is a playground to modify a ubuntu-server 20.04.6 live-iso. You can
create/update the liveiso with th configured playground.## Requirements
- [vagrant](https://www.vagrantup.com/)
- [virtualbox](https://www.virtualbox.org/)## Limitation
For now you can use it only with `x64` system since the VM images are not compatible
with `ARM` or others architectures.## Getting started
To create a liveiso you can just run the following script:
```bash
$ ./scripts/create-live-iso.sh
```This will generate a custom `live-iso` in
`build-custom-iso/custom-ubuntu-20.04.6-live-server-amd64.iso`.Afterwards, you can test this `live-iso` using vagrant:
```bash
$ vagrant up
```A GUI of a VM will launch and you can perform an installation on this VM.
## Clean files
If you tried to perform installation locally and have generated files on your
system you can clean it with:```bash
$ ./scripts/clean.sh
```## Shutdown VMs
To shutdown all VMs you can execute:
```bash
$ ./scripts/down.sh
```# License
[MIT](./LICENSE)