- Do not use verbose mode in the "image-janitor" calls, logging
so many details significantly increases the ISO build time
(roughly two times) (gh#agama-project/agama#3206)
- Fixes and improvements in the boot menu for x86_64 and aarch64:
- Fixed boot from hard disk in the legacy BIOS mode (x86_64 only)
- Added "p" keyboard shortcut to interactively configure the root
password for the installer live system
- Added support for serial console
- Disable plymouth graphical boot when the grub boot menu is
switched to text mode with the "t" keyboard shortcut
- Fixed failed image build because of missing configuration options
for the "image-janitor" tool
(gh#agama-project/agama#3192)
- Increase medium timeout to 60 seconds (jsc#PED-14986)
- Unify kernel and initramfs location (jsc#PED-14303)
- Drop “Boot from Disk” on all archs except legacy x86_64
(jsc#PED-13766)
- Fixed failing self-update, the self-update repository is not
ready yet. If SCC returns empty response then do not try using
the fallback URL and skip the self-update process. (bsc#1258142)
- live: update license.final content with the January 2026 EULA delivery
(gh#agama-project/agama#3150)
OBS-URL: https://build.opensuse.org/request/show/1334915
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/agama-installer?expand=0&rev=26
Live ISO
This directory contains a set of files that are used to build the Agama Live ISO image.
Sources
The sources are maintained in the Agama Git repository repository.
Building the ISO
To build the ISO locally run the
osc build -M <build_flavor> images
command. See the _multibuild file for the list of configured build flavors. To build for example the openSUSE flavor run this command:
osc build -M openSUSE images
Note: For building an ISO image you need a lot of free space at the /var
partition. Make sure there is at least 25GiB free space otherwise the build
might fail.
Changes
Please do not change any file in the OBS repository. The files are automatically uploaded from the Agama Git repository, your manual changes will be lost at the next update.
Description
Languages
Shell
100%