update readme

This commit is contained in:
fiatrete
2023-05-11 11:28:58 +08:00
parent 97c908fc5b
commit 94164dae57
+5 -9
View File
@@ -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"> <p align="center">
<img src="images/live-boot.png"> <img src="images/live-boot.png">
</p> </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) ## Prerequisites (GNU/Linux Debian/Ubuntu)
- Docker is needed on your system - 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. 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 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 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 ## 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. 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.
## License ## License