[Bug 228062] sysutils/grub2: error when running grub-mkconfig
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Dec 28 06:19:07 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228062
Tobias Kortkamp <tobik at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |229925
--- Comment #1 from Tobias Kortkamp <tobik at freebsd.org> ---
tinsmod part_gpt
tinsmod ufs2
tif [ x$feature_platform_search_hint = xy ]; then
t search --no-floppy --fs-uuid --set=root 5af030d15d17915d
telse
t search --no-floppy --fs-uuid --set=root 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=229925
[Bug 229925] [EXP-RUN] Disallow escaping ordinary characters in regex(3)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list