-
Notifications
You must be signed in to change notification settings - Fork 0
usage
- Edit configuration files.
- Execute
sudo ./build.sh - There are points where the input is required in the middle, and the necessary value is input by the keyboard.
- An ISO image is created in the "out" directory.
Config file such as the ISO file name.
- DISTRO_NAME
Distro's name. - DISTRO_UNAME
Distro's unix-name. It consists of a lowercase letter, a number from 0 to 9, and a hyphen or underscore. - DISTRO_VERSION
Distro's version. - DEBIAN_VERSION
Debian's version codename. Tested version is bookworm only. - MIRROR_URL
Repository mirror URL.
List of package repository list. When adding external repositories, such as when operating your own repository, add the GPG keys in "trusted.gpg.d".
Directory in which to place the dearmored GPG keys described above.
List of deb packages to install.
List of Flatpak packages to install. Only installation from Flathub is supported.
List of packages to remove. Sometimes unwanted packages are installed (e.g. if you try to install LXQt, it somehow comes with Xfce and even GNOME), so it is better to have this list in order to remove such unnecessary packages after installation.
ISO bootloader configuration file.
Files to add to ISO. For example, dconf, auto login settings, and desktop themes.
Host name in live environment.
A directory containing the ISO's file system configuration scripts.
Script that runs before installing deb packages.
Script that runs after installing deb packages.