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

Re: How to set up Hammer over DragonFly (vkernel)


From: Thomas Nikolajsen <thomas.nikolajsen@xxxxxxx>
Date: Fri, 24 Oct 2008 18:44:35 +0200

> How can I running DragonFly with Hammer filesystem?
> (in vkernel environment!!)

Try looking into `man HAMMER' (hammer(5)), vkernel(7) & build(7);
you can just follow these steps:

    cp /sys/config/VKERNEL /sys/config/VKERNEL+HAMMER
    echo 'options HAMMER' >>/sys/config/VKERNEL+HAMMER
    # you should also change `ident' line to reflect new file name

    # then the usual steps to build and install a kernel, as described in build(7) (and vkernel(7))
    cd /usr/src
    make -DNO_MODULES buildkernel KERNCONF=VKERNEL+HAMMER
    make -DNO_MODULES installkernel KERNCONF=VKERNEL+HAMMER DESTDIR=/var/vkernel

Alternatively you can load HAMMER as a module;
for this you build and install modules for vkernel and
use -U option to be able to load them, as described in vkernel(7).

 -thomas



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