DragonFly users List (threaded) for 2007-01
DragonFly BSD
DragonFly users List (threaded) for 2007-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

HEADS UP - Kernel configuration file changes


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Thu, 18 Jan 2007 23:29:29 -0800 (PST)

    Now that the CVS surgery is done please note that a full buildworld
    and buildkernel is required if you are using HEAD.  This sequence
    should suffice to update the system if you are using HEAD sources:

	[update your sources]
	make buildworld
	make buildkernel KERNCONF=<yourconf>
	make installworld
	make installkernel KERNCONF=<yourconf>

    Kernel configuration files in /usr/src/sys/config require a minor 
    modification.  Before there were two directives: machine and
    machine_arch, e.g.:

	machine         pc32
	machine_arch    i386

    Now there are three directives and the 'machine' directive has been
    reverted to its original definition.

	platform        pc32
	machine         i386
	machine_arch    i386

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]