No description
Find a file
2024-06-06 14:11:40 +00:00
airootfs feat: temp remove plymouth hook 2024-06-04 18:34:06 +00:00
efiboot/loader Initial commit 2023-04-23 10:29:48 +00:00
grub Initial commit 2023-04-23 10:29:48 +00:00
syslinux Initial commit 2023-04-23 10:29:48 +00:00
.gitignore feat: v4 changes 2024-06-01 06:04:35 +00:00
.gitlab-ci.yml set up version system 2024-06-03 10:10:22 +00:00
LICENSE Initial commit 2023-04-23 10:29:48 +00:00
packages.x86_64 feat: temp remove qemu-guest-agent 2024-06-06 14:11:40 +00:00
pacman.conf feat: v4 changes 2024-06-01 06:04:35 +00:00
profiledef.sh Initial commit 2023-04-23 10:29:48 +00:00
README.md fix clone URL 2024-06-03 10:14:34 +00:00

blendOS ISO build scripts

The blendOS build scripts are used to build the blendOS installation ISO images.

Building the ISO

1. Install the build tools

sudo pacman -S archiso

2. Pull the repository

git clone https://git.blendos.co/blendOS/image-builder.git

3. Build

cd image-builder
sudo mkarchiso -v -w workdir/ -o out/ .

Once the building process is finished you can find the ISO image in the ./out directory.

4. Rebuilding the ISO

When building a second time you will have to remove the ./out and ./workdir directories.

sudo rm -rf ./out ./workdir

Credits

This is based on Arkane Linux's ISO build scripts.

Development

Contributions, in any form, be it code or ideas are always welcome!

Getting started as a contributor

Refer to the ArchWiki page on Archiso for information. Or follow the introductionary videos and articles by Erik Dubois on the Carli project, if you are GNU/Linux savvy the Carli-1 series of videos should provide you with all the information you need to get started.