Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Dec 2018 06:19:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 228062] sysutils/grub2: error when running grub-mkconfig
Message-ID:  <bug-228062-7788-UrtHGSe4Fl@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-228062-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-228062-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228062

Tobias Kortkamp <tobik@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |229925

--- Comment #1 from Tobias Kortkamp <tobik@freebsd.org> ---
tinsmod part_gpt
tinsmod ufs2
tif [ x$feature_platform_search_hint =3D xy ]; then
t  search --no-floppy --fs-uuid --set=3Droot  5af030d15d17915d
telse
t  search --no-floppy --fs-uuid --set=3Droot 5af030d15d17915d
tfi

The 't's in the first column here are wrong.  It sounds like it's related to
bug #229925.

grub-mkconfig and helpers use things like sed -e "s/^/\t/" which only really
work as intended with gsed.


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229925
[Bug 229925] [EXP-RUN] Disallow escaping ordinary characters in regex(3)
--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-228062-7788-UrtHGSe4Fl>