Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Sep 2023 16:09:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 255639] [nanobsd] "missing directory in specification" while building disk image
Message-ID:  <bug-255639-227-fcB5q5hbLS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255639-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-255639-227@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=3D255639

Luc Hondareyte <hondareyte.luc@laposte.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hondareyte.luc@laposte.net

--- Comment #4 from Luc Hondareyte <hondareyte.luc@laposte.net> ---
Yes, it would be nice if it was committed in 14.

Follow a sorted patch :-)

*** common.ori  2023-09-28 17:46:57.376441000 +0200
--- common      2023-09-28 18:00:35.465424000 +0200
*************** fix_pkg ( ) (
*** 410,415 ****
--- 410,420 ----
        echo "./pkg/cache type=3Ddir uname=3Droot gname=3Dwheel mode=3D0755"
        echo "./pkg/db type=3Ddir uname=3Droot gname=3Dwheel mode=3D0755"
        echo "./pkg/tmp type=3Ddir uname=3Droot gname=3Dwheel mode=3D0755"
+       echo "./usr/share/keys/ssl type=3Ddir uname=3Droot gname=3Dwheel mo=
de=3D0755"
+       echo "./usr/share/keys/ssl/certs type=3Ddir uname=3Droot gname=3Dwh=
eel
mode=3D0755"
+       echo "./etc/ssl type=3Ddir uname=3Droot gname=3Dwheel mode=3D0755"
+       echo "./etc/ssl/blacklisted type=3Ddir uname=3Droot gname=3Dwheel m=
ode=3D0755"
+       echo "./etc/ssl/certs type=3Ddir uname=3Droot gname=3Dwheel mode=3D=
0755"
        ) >> ${NANO_METALOG}
  )
  customize_cmd fix_pkg

--=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-255639-227-fcB5q5hbLS>