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
- Host: GitHub
- URL: https://github.com/cdhtlr/kiwi-ubuntu-builder
- Owner: cdhtlr
- Created: 2023-02-21T23:09:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-21T23:09:40.000Z (over 3 years ago)
- Last Synced: 2025-01-11T06:46:20.383Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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