make installkernel with alternative destination.

Joseph Koshy joseph.koshy at gmail.com
Tue Oct 19 05:35:48 PDT 2004


> 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).


More information about the freebsd-current mailing list