fdisk problem in installworld

Sascha Wildner saw at online.de
Sat Nov 11 11:37:44 PST 2006


Matthew Dillon wrote:
:
:With MACHINE set to pc32, installworld won't install fdisk (which is in 
:sbin/i386). Should fdisk be moved to sbin/pc32?
:
:Sascha
:
:-- 
:http://yoyodyne.ath.cx

    We could do that, or we could adjust /usr/src/sbin/Makefile to *ALSO*
    check for a MACHINE_ARCH subdirectory and push into that too:
    .if exists(${.CURDIR}/${MACHINE})
    SUBDIR+= ${MACHINE}
    .endif
    .if exists(${.CURDIR}/${MACHINE_ARCH})	<<<< ADDME
    SUBDIR+= ${MACHINE_ARCH}			<<<< ADDME
    .endif					<<<< ADDME
    Which I think might be the correct solution here.
Please also take a look at /usr/sbin/boot0cfg which also doesn't get 
installed anymore because of the i386->pc32 changes.

Sascha

--
http://yoyodyne.ath.cx




More information about the Bugs mailing list