003 File Manager
Current Path:
/usr/src/tools/tools/nanobsd/pcengines
usr
/
src
/
tools
/
tools
/
nanobsd
/
pcengines
/
📁
..
📄
ALIX_DSK
(2.93 KB)
📄
ALIX_NFS
(266 B)
📁
Files
📄
alix_dsk.conf
(660 B)
📄
alix_nfs.conf
(550 B)
📄
build.sh
(317 B)
📄
common.conf
(2.29 KB)
📄
test.sh
(1.25 KB)
Editing: build.sh
#!/bin/sh # # $FreeBSD$ # if [ -z "${1}" -o \! -f "${1}" ]; then echo "Usage: $0 cfg_file [-bhiknw]" echo "-i : skip image build" echo "-w : skip buildworld step" echo "-k : skip buildkernel step" echo "-b : skip buildworld and buildkernel step" exit fi CFG="${1}" shift; sh ../nanobsd.sh $* -c ${CFG}
Upload File
Create Folder