update readme
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
# How to create a opendan Ubuntu live from scratch
|
||||
# How to create a OpenDAN Ubuntu live from scratch
|
||||
|
||||
<p align="center">
|
||||
<img src="images/live-boot.png">
|
||||
</p>
|
||||
|
||||
This procedure shows how to create a **bootable** and **installable** opendan Ubuntu Live (along with the automatic hardware detection and configuration) from scratch. The steps described below are also available in this repo in the `/scripts` directory.
|
||||
This procedure shows how to create a **bootable** and **installable** OpenDAN Ubuntu Live (along with the automatic hardware detection and configuration) from scratch. The steps described below are also available in this repo in the `/scripts` directory.
|
||||
|
||||
## Prerequisites (GNU/Linux Debian/Ubuntu)
|
||||
|
||||
- Docker is needed on your system
|
||||
|
||||
## Create opendan Ubuntu builder environment
|
||||
## Create OpenDAN Ubuntu builder environment
|
||||
|
||||
First we run **docker_create_env.sh** to create a container for building the live image.
|
||||
|
||||
@@ -18,7 +18,7 @@ First we run **docker_create_env.sh** to create a container for building the liv
|
||||
sudo sh docker_create_env.sh
|
||||
```
|
||||
|
||||
## Build opendan Ubuntu live image
|
||||
## Build OpenDAN Ubuntu live image
|
||||
|
||||
Then we run **docker_run_build.sh** to generate live image iso. The image built will be copied to `images` directory
|
||||
|
||||
@@ -36,11 +36,7 @@ sudo dd if=ubuntu-opendan.iso of=<device> status=progress oflag=sync
|
||||
|
||||
## Summary
|
||||
|
||||
This completes the process of creating a live opendan Ubuntu installer from scratch. The generated ISO may be tested in a virtual machine such as `VirtualBox` or written to media and booted from a standard PC.
|
||||
|
||||
## Contributing
|
||||
|
||||
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
|
||||
This completes the process of creating a live OpenDAN Ubuntu installer from scratch. The generated ISO may be tested in a virtual machine such as `VirtualBox` or written to media and booted from a standard PC.
|
||||
|
||||
## License
|
||||
|
||||
|
||||
Reference in New Issue
Block a user