summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaarle Ritvanen <kunkku@alpinelinux.org>2021-11-17 15:01:40 +0200
committerKaarle Ritvanen <kunkku@alpinelinux.org>2021-11-17 15:11:19 +0200
commitb511518795b03520248d9a64ff488716e3f01c38 (patch)
tree48be8b0876964986f0e077b77ae75ef3e44db2bf
parenta27d85e3be75350077361891ae2b8f2950da9bc2 (diff)
downloadalpine-conf-b511518795b03520248d9a64ff488716e3f01c38.zip
update-kernel: TMPDIR in help text
ref !18
-rw-r--r--update-kernel.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/update-kernel.in b/update-kernel.in
index 29110e9..dda4589 100644
--- a/update-kernel.in
+++ b/update-kernel.in
@@ -6,7 +6,7 @@
# with setup-bootable
#
# Copyright (c) 2014 Timo Teräs
-# Copyright (c) 2014-2015 Kaarle Ritvanen
+# Copyright (c) 2014-2021 Kaarle Ritvanen
PREFIX=
. $PREFIX/lib/libalpine.sh
@@ -63,6 +63,9 @@ usage() {
-d|--keys-dir Override directory of trusted keys for apk
--repositories-file <f> apk repositories file
+ On low-memory systems, you may want to point the TMPDIR environment variable to
+ a storage-backed directory.
+
__EOF__
exit $1
}