move spacer.sh to Makefile
This commit is contained in:
8
Makefile
8
Makefile
@@ -146,4 +146,12 @@ PROGRAMS= \
|
||||
alpine-setup:
|
||||
apk add $(PROGRAMS)
|
||||
|
||||
spacer:
|
||||
# creates an 8GB empty file in the root dir
|
||||
# that way when the alarm bells go off you can delete it to save a
|
||||
# couple minutes before the system really runs out of disk
|
||||
#
|
||||
# 512 * 16777216 = 8GB
|
||||
dd bs=512 count=16777216 </dev/zero >/spacer.bin
|
||||
|
||||
.PHONY: all clean cleanlibraries cleanprograms noargvzero stdbool sysexits
|
||||
|
||||
Reference in New Issue
Block a user