This repository has been archived on 2023-01-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
CustomDebian11LiveISO_CLI/Makefile
2020-02-23 13:45:12 +01:00

15 lines
430 B
Makefile

#!/usr/bin/make -f
all: install_buildenv build
install_buildenv:
# Install packages required to build the image
sudo apt install live-build make build-essential wget git xmlstarlet unzip colordiff shellcheck apt-transport-https rename ovmf rsync
build:
# Build the live system/ISO image
#sudo lb clean --purge #only required when changing the mirrors/architecture config
sudo lb clean --all
sudo lb config
sudo lb build