Filenaming Conventions
devuan_release_version folders contain all release builds and installers.
Each devuan_release_version.torrent also contains all release files.
Every filename released by Devuan is named using this scheme:
devuan_release_version_arch[_installer][_machine].ext
Each part of the filename is separated by underscore _
and has a meaning:
- devuan is a constant identifying the project
- release is the codename for the current release series
- version is the release version according to semantic versioning
- arch is the build target architecture
-
installer if present indicates the mode of installation:
- desktop-live: refracta installer for bios or uefi (explore before installing)
- minimal-live: refracta installer console-based recovery tool (focus on accessibility)
- netinstall: classic network installer downloads needed packages (requires network connection)
- server: 4 CD set for offline installation. server (CD 1) and minimal desktops (CD 3-4)
- dvd: DVD installer with many packages (offline installation)
- Machine: Other installation media
-
- netboot: Files for PXE install, mini.isos and installer disk images
- embedded: Various ARM images
So for example if you are looking for a network installer of Devuan Daedalus for a 64bit PC laptop, you'll look for a file called devuan_daedalus_5.0_amd64_netinstall.iso
.