]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - tools/tools/nanobsd/rescue/build.sh
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / tools / tools / nanobsd / rescue / build.sh
1 #!/bin/sh
2 #
3 # $FreeBSD$
4 #
5
6 if [ -z "${1}" -o \! -f "${1}" ]; then
7   echo "Usage: $0 cfg_file [-bhiknw]"
8   echo "-i : skip image build"
9   echo "-w : skip buildworld step"
10   echo "-k : skip buildkernel step"
11   echo "-b : skip buildworld and buildkernel step"
12   exit
13 fi
14
15 CFG="${1}"
16 shift;
17
18 sh ../nanobsd.sh $* -c ${CFG}