Update README.md

This commit is contained in:
Marcos Tischer Vallim 2024-09-23 21:09:28 -03:00 committed by GitHub
parent d2c207cc63
commit 605c2524c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -12,10 +12,10 @@ This project guides you through building a fully customized version of Ubuntu Li
* Sufficient disk space and memory.
## Steps
1. Prepare the Environment: Install necessary dependencies.
2. Create a Base System: Use debootstrap to set up a minimal Ubuntu system.
3. Customize Packages: Add/remove software, configure kernel.
4. Generate ISO: Package the system into a bootable ISO.
1. **Prepare the Environment**: Install necessary dependencies.
2. **Create a Base System**: Use debootstrap to set up a minimal Ubuntu system.
3. **Customize Packages**: Add/remove software, configure kernel.
4. **Generate ISO**: Package the system into a bootable ISO.
## Authors