aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTORS
diff options
context:
space:
mode:
authorZwb <ethercflow@gmail.com>2019-10-15 06:01:06 -0400
committerDmitry Vyukov <dvyukov@google.com>2019-10-15 12:40:28 +0200
commitb5268b89c2964733654c89f8322fb155d9fa6799 (patch)
treebca021297c3ca99b59fbc0cccf29a6ec279f7a83 /CONTRIBUTORS
parent05ad729222eb9c1bcd9ebe41800e967429b297a1 (diff)
tools/create-image.sh: add a new option seek
The usage of current create-image.sh: ``` ./create-image.sh -d=stretch -f=minimal --add-perf The options are in the following: -d, --distribution Set on which debian distribution to create -f, --feature Check what packages to install in the image, options are minimal, full -s, --seek Image size (MB), default 2048 (2G) -p, --add-perf Add perf support with this option enabled The default image size may too small (2G) in some debugging scenarios, so change it to configurable.
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r--CONTRIBUTORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 4b80b3bd3..c02d4ffe7 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -51,3 +51,4 @@ Mellanox Technologies
Cody Holliday
JinWoo Lee
Andrew Turner
+Ethercflow