mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-25 07:41:24 +08:00
SLES 15 was replaced by SLES 15 SP2 Change-Id: Ia15e59ecb5407b9432ea82171c73a4576b162c35 Reviewed-by: Toni Saario <toni.saario@qt.io>
7 lines
131 B
Bash
7 lines
131 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
sudo chkconfig kdump off
|
|
sudo sed -i 's/#Storage=external/Storage=none/g' /etc/systemd/coredump.conf
|