Now all atomic special workaround is removed, we can remove the atomic detection function.
Signed-off-by: Kairui Song kasong@redhat.com --- kdump-lib.sh | 5 ----- 1 file changed, 5 deletions(-)
diff --git a/kdump-lib.sh b/kdump-lib.sh index c35b904..b2c48ef 100755 --- a/kdump-lib.sh +++ b/kdump-lib.sh @@ -321,11 +321,6 @@ kdump_get_persistent_dev() { echo $(get_persistent_dev "$dev") }
-is_atomic() -{ - grep -q "ostree" /proc/cmdline -} - is_ipv6_address() { echo $1 | grep -q ":"