grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Remaining ZFS Changes for 2.00 (Was: Re: Freeze on 27 February)


From: Vladimir 'φ-coder/phcoder' Serbinenko
Subject: Re: Remaining ZFS Changes for 2.00 (Was: Re: Freeze on 27 February)
Date: Sat, 10 Mar 2012 14:41:17 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20120131 Thunderbird/10.0

On 08.03.2012 23:51, Richard Laager wrote:
> Index: grub/util/grub.d/10_linux.in
> ===================================================================
> --- grub.orig/util/grub.d/10_linux.in 2012-03-08 14:06:00.641410243 -0600
> +++ grub/util/grub.d/10_linux.in      2012-03-08 15:30:53.557993000 -0600
> @@ -61,9 +61,9 @@ case x"$GRUBFS" in
>           GRUB_CMDLINE_LINUX="rootflags=subvol=${rootsubvol} 
> ${GRUB_CMDLINE_LINUX}"
>       fi;;
>      xzfs)
> +     rpool=`${grub_probe} --device ${GRUB_DEVICE} --target=fs_label 
> 2>/dev/null || true`
>       bootfs="`make_system_path_relative_to_its_root / | sed -e "s,@$,,"`"
> -     LINUX_ROOT_DEVICE="ZFS=${RPOOL}${bootfs}"
> -     GRUB_CMDLINE_LINUX="boot=zfs rpool=${RPOOL} bootfs=${RPOOL}${bootfs} 
> ${cmdline} ${GRUB_CMDLINE_LINUX}";;
> +     LINUX_ROOT_DEVICE="ZFS=${rpool}${bootfs}"
>  esac
>  
>  title_correction_code=
And test your patches, please, in particular this one contains a syntax
error (missing ;;). It would take much more time for me to evaluate your
patches if I presuppose that you haven't even tested them as I can
conclude from this patch.

-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]