[Patch v4 3/6] pass mount info to dracut when default target is a separate disk

Baoquan He bhe at redhat.com
Thu Mar 20 09:00:29 UTC 2014


On 03/20/14 at 04:33pm, Baoquan He wrote:
> +        add_mount "$_target"
> +        check_size fs $_target
>      fi
>  }
>  
> @@ -470,8 +474,6 @@ check_crypt()
>      return 1
>  }
>  
> -check_block_dump_target
> -

In v3, this deletion of check_block_dump_target is skipped. Please
review v4 of this patch.

>  if ! check_resettable; then
>      exit 1
>  fi
> @@ -549,6 +551,8 @@ do
>      esac
>  done < $conf_file
>  
> +handle_default_dump_target
> +
>  if [ -n "$extra_modules" ]
>  then
>      add_dracut_arg "--add-drivers" "$extra_modules"
> -- 
> 1.8.5.3
> 


More information about the kexec mailing list