| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: incus-os-flashertool | Distribution: openSUSE Tumbleweed |
| Version: 202601100100 | Vendor: openSUSE |
| Release: 1.5 | Build date: Wed Jan 14 07:14:29 2026 |
| Group: Unspecified | Build host: reproducible |
| Size: 11219458 | Source RPM: incus-os-flashertool-202601100100-1.5.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://linuxcontainers.org/incus-os/docs/main/getting-started/download/ | |
| Summary: CLI tool to download and customize a IncusOS installation image | |
The flasher tool is provided for more advanced users who need to perform more customizations of the install seed than the web-based customizer supports. When run, you will first be prompted for the image format you want to use, either ISO (default) or raw disk image. Note that the ISO isn’t a hybrid image; if you want to boot from a USB stick you should choose the raw disk image format. The flasher tool will then connect to the Linux Containers CDN and download the latest release. Once downloaded, you will be presented with an interactive menu you can use to customize the install options.
Apache-2.0
* Wed Jan 14 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 202601100100:
large update after this has been accepted to
Virtualization:containers
Full changelog see
https://github.com/lxc/incus-os/compare/202511280022...202601100100
* Fri Nov 28 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 202511280022:
* doc/contributing: Tweak wording about build environment
* incus-osd/systemd/networkd: Treat REFUSED as functional DNS
* incus-osd/systemd/networkd: Treat NXDOMAIN as functional DNS
* doc/installation/physical: Mention disabling RAID mode
* image-customizer/html: Add warning about generated certificate
* image-customizer/html: Add certificate generation
* image-customizer/html: Improve instructions
* image-customizer/html: Re-order form (based on user feedback)
* image-customizer: Add certificate generation API
* incus-osd: Display an application's TLS certificate
fingerprint, if it has one
* incus-osd/tests: Handle occasional swapping of target drive
listing
* incus-osd/tests: Make test passphrase longer
* incus-osd/tests: Add tests exercising user-provided external
seed data
* incus-osd/applications: Don't create Incus storage pool if
"local" pool isn't present
* doc/reference/system/network: Add proxy examples
* incus-osd/tests: Display journalctl entries when a test fails
to find expected entry
* incus-osd/tests: Add tests for incus-ceph and incus-linstor
* incus-osd/tests: Add test of incus application API
* incus-osd/services/linstor: Use EnableUnit
* incus-osd/providers/operations_center: Handle server switching
away from self-signed
* incus-osd/providers/operations-center: Use tryRequest
* doc: Cover TPM support in vSphere
* incus-osd/seed: Copy any external seeds to target seed
partition post install
* incus-osd/seed: Make determining the seed path an internal
implementation detail
* incus-osd: Adjust update sleep logic to choose the minimum of
the configured frequency and start of next maintenance window
* incus-osd/api: Add methods to determine how long until a
migration window will be active
* doc: Update documentation to reflect recovery passphrase
requirements
* incus-osd/rest: Add new recovery passphrases before removing
old ones
* base: Add the cracklib-small dictionary to base images
* incus-osd/systemd: Enforce minimum recovery passphrase length
and complexity
* image-customizer: Rework introduction
* base: Add FibreChannel controllers to early boot
* image-customizer: Improve layout
* image-customizer: Update bootstrap
* doc/tutorials: Add tutorial for preparing Incus storage pool
* incus-osd: Add check to ensure any applications a given
application depends on are also installed
* incus-osd/applications: Add GetDependencies() method
* incus-osd/api: Fix recording of encryption key retrieval in
state file
* app-build: Update dependencies
* image-customizer: Implement dark mode
* incus-osd/tests: Add tests to exercise empty install seeds
* .github/workflows/daily: Add new dependencies for running tests
* incus-osd/tests: Add helper method to create test USB/ISO
images
* incus-osd/tests: Support tests with no seed data
* incus-osd/tests: Add AttachISO() method
* incus-osd/seed: Improve handling of empty install seed
* incus-osd/seed: Don't ignore empty seed files from
user-provided exteranal seed configuration
* base: Add script to show hardware information if IncusOS fails
to start
* incus-osd/manifests: Adjust offset so we can find the arm64
initrd
* incus-osd/rest: Properly record registration
* doc: Cover storage pool volumes
* doc: Update rest-api.yaml
* incus-osd/zfs: Set incusos:use on local/incus during import
* incus-osd/rest: Prevent abuse of volume create/delete
* incus-osd/cli: Add create-volume and delete-volume
* incus-osd/rest: Add delete-volume
* incus-osd/zfs: Add DestroyDataset
* incus-osd/rest: Add create-volume
* incus-osd/zfs: Add CreateDataset
* incus-osd/storage: Fill in volume data
* incus-osd/api: Add SystemStoragePoolVolume
* generate-manifests: Add initrd modules to base manifest
* generate-manifests/manifests: Add getInitrdModuleInfo() method
* mkosi: Fix typo
* doc/reference/applications/: Add listings for debug,
incus-ceph, and incus-linstor applications
* doc/reference/services/: Add mention of required ceph or
linstor applications to enable service
* doc/getting-started/access: Add tip about generating a PKCS#12
certificate
* doc/reference/system/backup: Fix list formatting
* doc/getting-started/access: Switch to using `incus admin os`
for example
* doc/getting-started/access: Fix example IP address
* doc/getting-started/access: Convert to using tabs for cli/ui
sections
* doc/contributing: Document the use of the debug application
* debug: Include nano
* base: Add intel_iommu=on amd_iommu=o to kernel command line
* doc/tutorials: Add basic tutorial on VLAN tagging
* doc/tutorials/network-direct-attach: Minor tweaks and add
example of creating a managed network
* doc/reference/system/network: Add section about roles
* incus-osd/tests: Add test for recovery of "local" pool on fresh
install
* incus-osd/tests: Add test to exercise importing of external
pools
* doc: Update pool import examples
* doc: Update rest-api.yaml
* cli: Update for changed import pool endpoint
* incus-osd/rest: Rename API endpoint
/1.0/system/storage/:import-encryption-key to
/1.0/system/storage/:import-pool
* incus-osd/zfs: Extend logic for importing an encrypted pool and
move to zfs package
* incus-osd/zfs: Only import pools that are managed by IncusOS
* incus-osd/cli: Fix target on list
* incus-osd/cli: Fix application add
* incus-osd/rest: Don't use ContentLength
* incus-osd/tests: Update logic for picking prior IncusOS release
to only consider stable releases
* doc: Update wordlist.txt
* doc/tutorials: Add tutorial to expand the "local" storage pool
* incus-osd/tests: Add tests exercising "local" pool APIs
* incus-osd/storage: Detect when a drive is part of the "local"
pool
* incus-osd/zfs: Attempt to handle degraded local pool state on
start
* incus-osd/zfs: Extend logic for creating "local" ZFS pool to
handle simple RAID0 and RAID1 configurations
* doc/reference/system/network: Update for struct renaming and
addition of timezone field
* incus-osd/secureboot: Include underlying error when we cannot
read an EFI variable
* Makefile: Add missing applications to test-applications and
test-update targets
* doc/reference/system/update: Update to reflect maintenance
windows are configured in system's timezone
* incus-osd: Consistently use system local time
* image-publisher: Always use UTC for PublishedAt field
* incus-osd/tui: Display time in local timezone
* doc: Update rest-api.yaml
* incus-osd/rest: Update swagger examples and provide default
timezone if not set
* incus-osd/systemd: Apply timezone update, if specified
* incus-osd/backup: Set timezone from backup when restoring
* incus-osd: Apply timezone from seed on first boot
* incus-osd/seed: Default timezone to UTC if not provided in seed
* incus-osd/api: Add Timezone field to SystemNetworkTime
* base: Add tzdata package to base image
* incus-osd/state: Implement state migration logic for renaming
of SystemNetworkNTP struct
* incus-osd/api: Rename SystemNetworkNTP struct to
SystemNetworkTime
* image-publisher: Recognize incus-ceph and incus-linstor
applications
* doc/getting-started/physical: Align wording with OS customizer
* Mon Nov 17 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
- new package incus-os-flashertool: download and customize an image to install IncusOS
/usr/bin/incus-os-flashertool /usr/share/doc/packages/incus-os-flashertool /usr/share/doc/packages/incus-os-flashertool/README.md /usr/share/licenses/incus-os-flashertool /usr/share/licenses/incus-os-flashertool/COPYING
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Aug 6 22:22:51 2026