MiniOS is a reliable and user-friendly portable system with a graphical interface. These scripts build a bootable MiniOS ISO image.
Learn more about using and building MiniOS:
The official website is your central hub for information about MiniOS. Find details on the different editions available, their respective features, community forums for support, and direct download links for the ISO images.
The official Wiki provides in-depth knowledge and practical guidance for working with MiniOS. Explore comprehensive guides covering installation procedures, system configuration, customization options, and how to extend functionality with modules.
MiniOS provides two powerful tools for building customized ISO images:
-
minios-cmd
: This command-line utility simplifies the configuration and initiation of builds. It provides a user-friendly interface for setting various build parameters like the target distribution, architecture, desktop environment, kernel options, locale, and more.minios-cmd
then uses these parameters to generate a configuration file forminios-live
and automatically triggers the build process. Learn more about building withminios-cmd
. -
minios-live
: This script orchestrates the step-by-step build process. It handles tasks such as setting up the build environment, installing the base system, integrating the chosen desktop environment, creating the SquashFS filesystem, configuring the boot process, and finally generating the bootable ISO image. Learn more about building withminios-live
.
Created by crims0n. Learn more at minios.dev.