INSTALL 926 B

12345678910111213141516171819202122232425262728293031
  1. LSB-V3 Installation:
  2. NOTE: initd-tools must be installed prior to installation of these scripts.
  3. initd-tools installation:
  4. Download initd-tools from:
  5. http://www.dwcab.com/downloads/initd-tools/initd-tools-0.1.3.tar.gz
  6. ./configure &&
  7. make &&
  8. make check &&
  9. make install
  10. Inline installation of lsb-v3 bootscripts:
  11. sudo make install
  12. After LFS installation of lsb-v3 bootscripts:
  13. for file in /etc/rc.d /etc/sysconfig/rc /etc/sysconfig/modules \
  14. /etc/sysconfig/createfiles
  15. do
  16. mv $file $file.bak
  17. done &&
  18. make install
  19. There is no longer an upgrade path for existing installations. You will have
  20. to reinstall any bootscripts installed by BLFS or any self written scripts.
  21. Fortunately, this will soon be very easy for BLFS scripts as a contrib
  22. directory containing lsb-v3 scripts will be added in the near future.
  23. That's it!