blob: 54dc2c4aed765a2eb7d271e2c1228314c44f0223 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
*****************************************************************************
You have installed the tinybsd package.
The configuration files is in %%PREFIX%%/share/tinybsd/conf.
You can customize your tinybsd image editing
%%PREFIX%%/share/tinybsd/conf/IMAGE/tinybsd.basefiles to add or to remove the
system binaries.
Edit %%PREFIX%%/share/tinybsd/conf/IMAGE/TINYBSD to add or to remove kernel
options and then run %%PREFIX%%/bin/tinybsd script to build your system
according your device information.
After the embedded system build is done, the resulting system will be avaliable
in the %%PREFIX%%/share/tinybsd/tinybsd.bin file. To write this system image
to your medium use dd(1) according to the following:
# dd if=%%PREFIX%%/share/tinybsd/tinybsd.bin of=/dev/ad2
For more information read the README file on %%PREFIX%%/share/tinybsd.
|