Changeset 12219 in hybrid for branches


Ignore:
Timestamp:
Apr 4, 2013, 5:34:15 PM (12 years ago)
Author:
rick
Message:

Add patch for broken udav adapters.

Location:
branches/releng-9/nanobsd
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-9/nanobsd/README.txt

    r10751 r12219  
    1111pkg             =       Packages to be installed
    1212tools           =       Helper scripts for use after image
     13patches         =       Patches to stock FreeBSD, mostly backports from -CURRENT
    1314
  • branches/releng-9/nanobsd/tools/image-build.sh

    r10407 r12219  
    11#!/bin/sh
     2#
    23# Wrapper around nanobsd.sh with autodetection of already processed steps
    34# to provide some failsafe net
     5#
     6# Rick van der Zwet <info@rickvanderzwet>
     7#
    48
    59BASEDIR=`dirname $0`
     
    2125  FORCE_KERNEL=1
    2226  FORCE_WORLD=1
     27else
    2328fi
    2429shift
Note: See TracChangeset for help on using the changeset viewer.