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

DragonFly-2.1.1.345.gb9c3e master nrelease Makefile


From: Michael Neumann <mneumann@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 9 Jan 2009 02:58:22 -0800 (PST)

commit b9c3e75403e5d983e1a3526d8618a914a6076d6b
Author: Michael Neumann <mneumann@ntecs.de>
Date:   Fri Jan 9 10:54:10 2009 +0100

    Integrate USB stick image generation into nrelease.
    
    To build the image use:
    
        make img release
    
    Notice that you might have to change some of these
    variables below:
    
        IMGFILE ?= ${ISODIR}/dfly.img
        IMGMNT ?= /mnt   # where the image is mounted
        IMGSIZE ?= 450   # the size in MB of the image
        IMGVN ?= vn0     # the vn device used for the image
        IMGUSBDEV ?= /dev/da0 # USB device name, required for fstab
    
    To write the image to USB disk, use:
    
        dd if=${ISODIR}/dfly.img of=${IMGUSBDEV} bs=1m

Summary of changes:
 nrelease/Makefile |   56 ++++++++++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 51 insertions(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/?p=dragonfly.git;a=commitdiff;h=b9c3e75403e5d983e1a3526d8618a914a6076d6b


-- 
DragonFly BSD source repository



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