diff options
author | luigi <luigi@FreeBSD.org> | 2001-09-01 19:16:00 +0000 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 2001-09-01 19:16:00 +0000 |
commit | fe1db6c569c0dc4b40561ec4b0c9366c53cffbb4 (patch) | |
tree | 8837058fc61b5377f075a2910829d6b8f2b5a637 /release/picobsd/build | |
parent | ab65c87802bf5b2499357a7731a9d082ee00ea48 (diff) | |
download | FreeBSD-src-fe1db6c569c0dc4b40561ec4b0c9366c53cffbb4.zip FreeBSD-src-fe1db6c569c0dc4b40561ec4b0c9366c53cffbb4.tar.gz |
Supply a default value for the kernel config binary.
Diffstat (limited to 'release/picobsd/build')
-rwxr-xr-x | release/picobsd/build/picobsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release/picobsd/build/picobsd b/release/picobsd/build/picobsd index 60ceb42..735b7d0 100755 --- a/release/picobsd/build/picobsd +++ b/release/picobsd/build/picobsd @@ -655,6 +655,7 @@ fill_floppy_image() { verbose="" TAR_VERBOSE="" +CONFIG=config while [ true ]; do case $1 in |