Home

Subject

Combination

Environment

  • LinuxMint 23 (Ubuntu 26.04)

Start

Open Terminal , and run to install git and make

sudo apt-get install git make

Clone

Run to clone linuxmint-iso-builder-respin-base

git clone https://github.com/samwhelp/linuxmint-iso-builder-respin-base

Run to change dir linuxmint-iso-builder-respin-base

cd linuxmint-iso-builder-respin-base

Usage

Help

Run

make

Or run

make help

Show

Usage:
	$ make [action]

Example:
	$ make
	$ make help

	$ make prepare
	$ make build
	$ make clean

Prepare

Run the following command to install the packages required to create an ISO file.

make prepare

Build

Only need to execute the following command to create an ISO file.

make build

Clean

Run to clean up previous builds.

make clean

Config Files

Config Files
~/.config

Package Install List

Please check the folder

Ubuntu Community Help Wiki / MetaPackages

Samwhelp


This site uses Just the Docs, a documentation theme for Jekyll.