Minimized packages
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
##############################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user