On Wed, Mar 29, 2023 at 4:14 PM Ben Kohler <bkoh...@gentoo.org> wrote:
>
> These haven't been needed since kernel 2.4 days, as far as I know.
>
> Signed-off-by: Ben Kohler <bkoh...@gentoo.org>
> ---
>  targets/support/bootloader-setup.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/targets/support/bootloader-setup.sh 
> b/targets/support/bootloader-setup.sh
> index 065f2bb5..32d86028 100755
> --- a/targets/support/bootloader-setup.sh
> +++ b/targets/support/bootloader-setup.sh
> @@ -53,7 +53,7 @@ memtest_grub() {
>    fi
>  }
>
> -default_append_line=(root=/dev/ram0 init=/linuxrc ${cmdline_opts[@]} cdroot)
> +default_append_line=(${cmdline_opts[@]} cdroot)
>
>  case ${clst_hostarch} in
>         alpha)
> --
> 2.40.0

Looks like we add 'root=/dev/ram0 init=/linuxrc' a few lines below in
the alpha-specific path as well. I wonder if we should drop it from
there too?

Otherwise, looks good to me.

Reply via email to