October ISO is the official repository for generating installation ISO files for October Linux.
It works with archiso (via mkarchiso) so generation is intended to be done on Arch Linux or Arch-based
systems. The script requires sudo and network access.
To generate a new release ISO with the latest release of the installer, you can run:
git clone https://github.com/october-os/october-iso.git
cd october-iso
./mkiso.sh releaseThis will fetch the latest installer release and generate a new ISO file in the latest-release directory.
To generate a new ISO, run the script mkiso.sh.
- Without arguments, it will create a
builddirectory with a development ISO inside. This activates the virtiofs mount for development and adds theinstallerdirectory for it. - With the argument
release, it fetches the latest installer release and it generates a new ISO in thelatest-releasedirectory with the installer bundled inside. This also removes all the development specific things from the ISO.
The archiso directory is where the ISO profile resides.
Files in archiso/installer-profile are necessary for the configuration of the ISO as well as airootfs that
is considered the root of the ISO.
docs/packages is the directory with the official package lists that are used by the installer on top
of the base Arch packages.
base.mdare packages in the official package repositoriesaur.mdare AUR packages.