Minimized packages

This commit is contained in:
2021-10-28 15:57:06 +02:00
parent 04dfb19349
commit a18780614b
113 changed files with 321 additions and 8531 deletions

View File

@@ -4,14 +4,14 @@
SHELL := /bin/bash
# remove 'download_extra' to build without third party software/dotfiles
all: install_buildenv download_extra build
all: install_buildenv build
download_extra:
make -f Makefile.extra
install_buildenv:
# Install packages required to build the image
sudo apt -y install live-build make build-essential wget git unzip colordiff apt-transport-https rename ovmf rsync python3-venv gnupg
sudo apt -y install live-build make build-essential wget git unzip colordiff apt-transport-https rename ovmf rsync python3-venv gnupg apt-utils cpio
##############################