blob: fc9db3195d9613a7e3f353e15acf7e5d559d65f6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
[
{ type: install
message: <<EOM
1) Please read the detailed installation instructions in the file:
* %%DOCSDIR%%/INSTALL
2) Go to tmp directory and run getweb script.
# cd /tmp && getweb all
3) Copy icm and img files.
# cp DL*.icm CP*.icm km2430*.icm %%DATADIR%%/icm && \
cp sihp*.img %%DATADIR%%/firmware && \
cp hpclj26*.icm km2430*.icm %%PREFIX%%/share/foo2hp/icm && \
rm *.icm *.img
4) Edit %%PREFIX%%/etc/devd/foo2zjs.conf to fit your needs
and restart devd.
5) Enjoy it ;)
EOM
}
]
|