You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
227 B
9 lines
227 B
2 years ago
|
#!/bin/bash
|
||
|
export PATH="$PATH:/usr/bin:/usr/sbin"
|
||
|
|
||
|
exec >>/var/log/kdump-migration.log 2>&1
|
||
|
|
||
|
echo "kdump: Partition Migration detected. Rebuilding initramfs image to reload."
|
||
|
/usr/bin/kdumpctl rebuild
|
||
|
/usr/bin/kdumpctl reload
|