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

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to