1
0

move spacer.sh to Makefile

This commit is contained in:
dtb
2022-05-27 18:05:00 -04:00
parent 3a14292b0e
commit 9656df141b
2 changed files with 8 additions and 8 deletions

View File

@@ -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