Fix an error in commit ca01cbd
Previous commit ca01cbd
('mkdumprd: generate usable kdump initramfs
even target is not mounted') applied a wrong version of patch, let me
just fix it.
Signed-off-by: Kairui Song <kasong@redhat.com>
This commit is contained in:
parent
846e23a2d5
commit
73da3224be
2
mkdumprd
2
mkdumprd
@ -69,7 +69,7 @@ to_mount() {
|
||||
|
||||
_new_mntpoint=$(get_kdump_mntpoint_from_target $_target)
|
||||
_fstype="${_fstype:-$(get_fs_type_from_target $_target)}"
|
||||
_options="${_options:-$(get_mntopt_from_target $_options)}"
|
||||
_options="${_options:-$(get_mntopt_from_target $_target)}"
|
||||
_options="${_options:-defaults}"
|
||||
|
||||
if [[ "$_fstype" == "nfs"* ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user