| Summary: | Error al instalar sources /usr/src desde sysinstall | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Guillermo <guiyic> |
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 6.2-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->feedback hello, this is an english only forum, please submit your issue in english and then we might be able to help you. State Changed From-To: feedback->closed No english text, no help. Time's up. If you still need help, please refer to a local FreeBSD mailinglist, or post your -question- in english at the questions@FreeBSD.org mailinglist. Thanks. |
Mi intencion era crearme un sistema de ficheros raiz como parte del proceso para ejecutar una maquina FreeBSD sin disco duro. Al ejecutar el script siguiente : #!/bin/sh export DESTDIR=/data/misc/diskless mkdir -p ${DESTDIR} cd /usr/src; make world && make kernel cd /usr/src/etc; make distribution Me di cuenta que no tenia instaladas los sources de /usr/src, con lo cual intente instalarlas desde sysinstall (configure,distributions,src). El problema es que no te los instala por completo y por ejemplo el directorio /usr/src/tools/build esta vacio, y al ejecutar el script anterior me da un error como el siguiente: "can't cd to /usr/src/tools/build/make_check" He probado tambien a que se descarge los sources en el menu sysintall via ftp pero se obtiene el mismo problema. Mencionar que el kernel que me he creado lleva unicamente las opciones aƱadidas : options BOOTP # Use BOOTP to obtain IP address/hostname options BOOTP_NFSROOT # NFS mount root filesystem using BOOTP info How-To-Repeat: Instalar las sources desde sysinstall marcando las opciones (configure, distributions, src, tools).