An open API service indexing awesome lists of open source software.

https://github.com/cdhtlr/kiwi-ubuntu-builder

How to use Kiwi to create a customized Ubuntu installation ISO
https://github.com/cdhtlr/kiwi-ubuntu-builder

Last synced: about 1 month ago
JSON representation

How to use Kiwi to create a customized Ubuntu installation ISO

Awesome Lists containing this project

README

          

# Kiwi Ubuntu Builder
How to use Kiwi to create a customized Ubuntu installation ISO

To create a custom ISO installation of Ubuntu you also have to use Ubuntu to create it. For simplicity, you can also use Ubuntu WSL on Windows.

These are the steps:

apt update
apt install -y python3-pip debootstrap qemu-utils mtools xorriso
pip3 install kiwi
cd Kiwi
kiwi-ng --profile Disk --type oem system build --description ubuntu --target-dir /home/iso

Now you can get your Ubuntu ISO file in /home/iso