Added custom backgrounds, Setup auto wifi
This commit is contained in:
4
Makefile
4
Makefile
@@ -5,6 +5,8 @@ list: #Shows this list
|
||||
@echo The following options are available
|
||||
@grep '^[^#[:space:]].*:' Makefile | grep -v := | sed -e "s/:[^|]*#/: /g"
|
||||
|
||||
prep_buildenv: #Preperation for build (setting file permissons, etc)
|
||||
chmod 600 config/includes.chroot/etc/NetworkManager/system-connections/*.nmconnection
|
||||
|
||||
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 apt-utils cpio
|
||||
@@ -13,7 +15,7 @@ download_extra: #For downloading extra's for iso (not needed/tested)
|
||||
make -f Makefile.extra
|
||||
|
||||
#Add 'download_extra' to build without third party software/dotfiles (not needed/tested)
|
||||
build: install_buildenv build_amd64 build_i386 clean_env #Runs build for all architectures
|
||||
build: prep_buildenv install_buildenv build_amd64 build_i386 clean_env #Runs build for all architectures
|
||||
|
||||
build_amd64: #Build iso for amd64
|
||||
rm -f Custom-image-amd64.iso
|
||||
|
||||
Reference in New Issue
Block a user