- Timestamp:
- Apr 4, 2013, 5:34:15 PM (12 years ago)
- Location:
- branches/releng-9/nanobsd
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-9/nanobsd/README.txt
r10751 r12219 11 11 pkg = Packages to be installed 12 12 tools = Helper scripts for use after image 13 patches = Patches to stock FreeBSD, mostly backports from -CURRENT 13 14 -
branches/releng-9/nanobsd/tools/image-build.sh
r10407 r12219 1 1 #!/bin/sh 2 # 2 3 # Wrapper around nanobsd.sh with autodetection of already processed steps 3 4 # to provide some failsafe net 5 # 6 # Rick van der Zwet <info@rickvanderzwet> 7 # 4 8 5 9 BASEDIR=`dirname $0` … … 21 25 FORCE_KERNEL=1 22 26 FORCE_WORLD=1 27 else 23 28 fi 24 29 shift
Note:
See TracChangeset
for help on using the changeset viewer.