[Bug 192268] New: nanobsd broken on installkernel - with patch

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jul 30 07:04:30 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192268

            Bug ID: 192268
           Summary: nanobsd broken on installkernel - with patch
           Product: Base System
           Version: 9.3-RELEASE
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: misc
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: whatexercise+bugsfreebsdorg at gmail.com

For 9.3-RELEASE building a nanobsd image breaks at the installkernel stage. 

Cause: Mistyped variable name NANO_MAKE when it should have been NANO_PMAKE.

nanobsd.sh in 10.0-RELEASE is correct.

PATCH:
--- tools/tools/nanobsd/nanobsd.sh.orig 2014-07-30 06:51:01.000000000 +1000
+++ tools/tools/nanobsd/nanobsd.sh      2014-07-30 06:51:09.000000000 +1000
@@ -294,7 +294,7 @@
        fi

        cd ${NANO_SRC}
-       eval "TARGET_ARCH=${NANO_ARCH} ${NANO_MAKE} installkernel \
+       eval "TARGET_ARCH=${NANO_ARCH} ${NANO_PMAKE} installkernel \
                DESTDIR='${NANO_WORLDDIR}' \
                __MAKE_CONF='${NANO_MAKE_CONF_INSTALL}' \
                ${kernconfdir_arg} KERNCONF=${kernconf} \

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list