minor clarification and comment updates
1 parent 3db7afb commit b2c348b7f9eba240f92750ec2c44d2e4f7f5cdb8
@tundra tundra authored on 30 Dec 2017
Showing 2 changed files
View
6
README.md
 
This is automation support for the linuxbrew-based tools procedure
documented at:
 
https://www.tundraware.com/TechnicalNotes/Divorce-Your-Linux-Admin/
https://www.tundraware.com/TechnicalNotes/Divorce-Your-Linux-Admin
 
# How To Use The Makefile
 
This `makefile` handles both the bootstrapping and then the full release of
a custom linuxbrew based toolset, installed at any location you wish
(so long as you have write permission there).
 
Before doing anything, edit the variables as the top of the `makefile`
to reflect where you intend to install the tools, and what set of
tools you want installed.
to reflect where you want the built tarballs to be exported, where you
intend to install the tools, and what set of tools you want installed.
 
 
## Building The Bootstrap Image
 
View
2
■■■
makefile
INSTALLDIR = /opt/TundraWare
TOOLS = tools
MYTOOLS = "emacs joe htop nload nmap screen the_silver_searcher tree vim"
 
# Nothing here should need changing
# Nothing below here should need changing
 
TOOLSDIR = ${INSTALLDIR}/${TOOLS}
BREW = ${TOOLSDIR}/bin/brew -v
DATESTAMP = $(shell date +%Y%m%d)