summaryrefslogtreecommitdiff
path: root/debian/kdump-tools.postinst
diff options
context:
space:
mode:
authorLouis Bouchard <louis.bouchard@ubuntu.com>2016-05-20 12:46:23 +0200
committerLouis Bouchard <louis.bouchard@ubuntu.com>2016-05-24 14:12:49 +0200
commit6acd0ac9bfd456e202d6c8612aa27e01e40d5be3 (patch)
tree5e0455b2b8b396318076ee516a241ebd3e834673 /debian/kdump-tools.postinst
parent7a9fba2f316237d513ba5ac1ce6b86700c9b16a7 (diff)
[kdump-tools] Change crashkernel default to 384M-:128M
Signed-off-by: Louis Bouchard <louis.bouchard@ubuntu.com>
Diffstat (limited to 'debian/kdump-tools.postinst')
-rwxr-xr-xdebian/kdump-tools.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/kdump-tools.postinst b/debian/kdump-tools.postinst
index aec5fb1..74559dc 100755
--- a/debian/kdump-tools.postinst
+++ b/debian/kdump-tools.postinst
@@ -37,7 +37,7 @@ case "$1" in
# Customize crashkernel= value according to architecture
ARCH="$(arch)"
- DEF_PRESET="128M"
+ DEF_PRESET="384M-:128M"
PPC_PRESET="2G-4G:320M,4G-32G:512M,32G-64G:1024M,64G-128G:2048M,128G-:4096M@32M"
case "$ARCH" in
s390x)