Bootp: Difference between revisions

From CLONWiki
Jump to navigation Jump to search
Boiarino (talk | contribs)
No edit summary
 
Boiarino (talk | contribs)
No edit summary
Line 1: Line 1:
We are using old BOOTP version 2.4, until better way will be found. Following procedure shell be used:
We are using old BOOTP version 2.4, until better way will be found. Some changes were applied and result was tared and stored in ''/usr/local/downloads'' directory. Following procedure shell be used:
  cd /usr/local/src
  cd /usr/local/src
  cp ../downloads/bootpd-2.4.tar .
  cp ../downloads/bootpd-2.4.tar .

Revision as of 10:54, 22 November 2007

We are using old BOOTP version 2.4, until better way will be found. Some changes were applied and result was tared and stored in /usr/local/downloads directory. Following procedure shell be used:

cd /usr/local/src
cp ../downloads/bootpd-2.4.tar .
tar xvf bootpd-2.4.tar
rm bootpd-2.4.tar
cd bootpd-2.4