[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Cope with / being on a ZFS root dataset
From: |
Daniel Kiper |
Subject: |
Re: [PATCH] Cope with / being on a ZFS root dataset |
Date: |
Wed, 31 Oct 2018 13:37:15 +0100 |
User-agent: |
Mutt/1.3.28i |
On Mon, Oct 29, 2018 at 12:33:37PM +0000, Colin Watson wrote:
> If / is on the root dataset in a ZFS pool, then ${bootfs} will be set to
> "/" (whereas if it is on a non-root dataset, there will be no trailing
> slash). Passing "root=ZFS=${rpool}/" will fail to boot, but
> "root=ZFS=${rpool}" works fine, so strip the trailing slash.
>
> Fixes: https://savannah.gnu.org/bugs/?52746
> Tested-by: Fejes J??zsef <address@hidden>
> Signed-off-by: Colin Watson <address@hidden>
Reviewed-by: Daniel Kiper <address@hidden>
Daniel