Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Oct 2004 18:05:46 +0530
From:      Joseph Koshy <joseph.koshy@gmail.com>
To:        Rob <spamrefuse@yahoo.com>
Cc:        freebsd-current <freebsd-current@freebsd.org>
Subject:   Re: make installkernel with alternative destination.
Message-ID:  <84dead7204101905353e94c9c9@mail.gmail.com>
In-Reply-To: <41726412.4050001@yahoo.com>
References:  <41726412.4050001@yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> make installkernel KERNCONF=DISKLESS DEST=/boot/kernel.diskless

Use 'DESTDIR':

  # make installkernel DESTDIR=/foo KERNCONF=DISKLESS

However, you'll have to populate the config files in /foo/boot manually
(/foo/boot/device.hints  for a start).



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