Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Feb 2017 17:04:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 216829] NanoBSD "tools" relies on mkimg revision not present before -HEAD
Message-ID:  <bug-216829-8@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 216829
           Summary: NanoBSD "tools" relies on mkimg revision not present
                    before -HEAD
           Product: Base System
           Version: 11.0-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: karl@denninger.net

Created attachment 179650
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D179650&action=
=3Dedit
Patch to fix the missing "-a" flag on mkimg commands

/usr/src/tools/tools/nanobsd/embedded/common contains a series of sections =
that
use the "mkimg" command to make the disk image.  This command includes a sw=
itch
(-a) to make the active partition that is *not* present in other than -HEAD,
and thus the command fails.

A workaround is available by using mdconfig to mount the image after it is
built and set the active flag using gpart.  Patch attached to (1) delete the
missing "-a" flag from the mkimg command and (2) mount and image and use gp=
art
to set the active flag instead.

--=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-216829-8>