Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jul 2010 12:41:17 GMT
From:      Miroslav Prymek <prymek-phl5koa3@gosw.cz>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/148405: Handbook instructions to populate diskless root are incomplete 
Message-ID:  <201007061241.o66CfHUJ068320@www.freebsd.org>
Resent-Message-ID: <201007061250.o66Co1KL097156@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         148405
>Category:       docs
>Synopsis:       Handbook instructions to populate diskless root are incomplete
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 06 12:50:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Miroslav Prymek
>Release:        N/A
>Organization:
>Environment:
>Description:
In handbook chapter Diskless Operation, Using make world to populate root (31.7.2.7.1) the example script doesn't include "make installworld && make installkernel". Without it the root isn't really populated.

Link today: http://www.freebsd.org/doc/en/books/handbook/network-diskless.html#AEN43233
>How-To-Repeat:

>Fix:
Imho the script should read:

#!/bin/sh
export DESTDIR=/data/misc/diskless
mkdir -p ${DESTDIR}
cd /usr/src
make buildworld && make buildkernel
make installworld && make installkernel
cd /usr/src/etc; make distribution


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007061241.o66CfHUJ068320>