home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / unix / armlinux / distrib / BASE / DISK1 / DINST < prev    next >
Encoding:
Text File  |  1996-04-19  |  3.9 KB  |  106 lines

  1. echo
  2. echo ">>> Installing directory structure"
  3. echo "    ------------------------------"
  4. echo " This is the bare directory structure of Linux."
  5. tar $TARFLAGS $SRC/dirs.tgz -C $TARGET
  6. echo
  7. echo ">>> Installing devices"
  8. echo "    ------------------"
  9. echo " These are the special device files that are installed in the"
  10. echo " /dev directory.  They allow access to the various devices"
  11. echo " connected to your computer."
  12. tar $TARFLAGS $SRC/devs.tgz -C $TARGET
  13. echo
  14. echo ">>> Installing etc"
  15. echo "    --------------"
  16. echo " The /etc directory contains various data files that are"
  17. echo " needed for the system."
  18. tar $TARFLAGS $SRC/etc.tgz -C $TARGET
  19. echo
  20. echo ">>> Installing shared libraries"
  21. echo "    ---------------------------"
  22. echo "    This contains the libraries:"
  23. echo " libc.so.4.6.27      C Library"
  24. echo " libcurses.so.0.1.2  Curses library"
  25. echo " libm.so.4.6.20      Math library"
  26. tar $TARFLAGS $SRC/shlibs.tgz -C $TARGET
  27. echo
  28. echo ">>> Installing ld.so, the dynamic linker"
  29. echo "    ------------------------------------"
  30. echo " This is called by all programs to link the above shared"
  31. echo " libraries to the program."
  32. echo
  33. echo " Programs: ld.so, ldd, ldconfig"
  34. tar $TARFLAGS $SRC/ldso.tgz -C $TARGET
  35. echo
  36. echo ">>> Installing base"
  37. echo "    ---------------"
  38. echo " This contains mtools, zip and unzip."
  39. tar $TARFLAGS $SRC/base.tgz -C $TARGET
  40. echo
  41. echo ">>> Installing sysvinit"
  42. echo "    -------------------"
  43. echo " The SysV style init daemon.  It controls the booting and"
  44. echo " shutdown of Linux.  It allows for several different"
  45. echo " 'run levels', or configurations, and is responsible for"
  46. echo " keeping a login process on each of the consoles."
  47. echo " Please see the files in /etc/rc.d and /etc/inittab for"
  48. echo " more information."
  49. echo
  50. echo " Programs: init, reboot, halt, telinit, shutdown"
  51. tar $TARFLAGS $SRC/sysvinit.tgz -C $TARGET
  52. echo
  53. echo ">>> Installing agetty"
  54. echo "    -----------------"
  55. echo " This is the process that provides the login process on"
  56. echo " a console.  Its output is controlled by the /etc/issue"
  57. echo " file."
  58. echo
  59. echo "Programs: agetty"
  60. tar $TARFLAGS $SRC/agetty.tgz -C $TARGET
  61. echo
  62. echo ">>> Installing bash"
  63. echo "    ---------------"
  64. echo " This is the GNU Bourne shell which used for most scripts"
  65. echo " under Linux."
  66. echo
  67. echo " Programs: bash and bashbug"
  68. tar $TARFLAGS $SRC/bash.tgz -C $TARGET
  69. echo
  70. echo ">>> Installing ext2 fs binaries"
  71. echo "    ---------------------------"
  72. echo " These binaries are required to maintain the Linux ext2"
  73. echo " partitions on your system.  They include consistency"
  74. echo " checks on the filesystem which get run on boot"
  75. echo
  76. echo " Programs: chattr, lsattr, mke2fs, mklost+found, tune2fs,"
  77. echo "     e2fsck, and badblocks"
  78. tar $TARFLAGS $SRC/e2fsbn.tgz -C $TARGET
  79. echo
  80. echo ">>> Installing text utilities"
  81. echo "    -------------------------"
  82. echo " The GNU text utilities allow manipulation of the contents"
  83. echo " of text files."
  84. echo
  85. echo " Programs: cat, cksum, comm, csplit, cut, expand, fold,"
  86. echo "     head, join, nl, od, paste, pr, sort, split, sum,"
  87. echo "     tac, tail, tr, unexpand, uniq and wc"
  88. tar $TARFLAGS $SRC/txtutils.tgz -C $TARGET
  89. echo
  90. echo ">>> Installing utilities"
  91. echo "    --------------------"
  92. echo " This contains a huge plethora of utilities from Rik Faith."
  93. echo
  94. echo "Programs: arch, banner, bdflush, cal, cfdisk, chfn, chroot,"
  95. echo "     chsh, clear, col, colcrt, colrm, column, ctrlaltdel,"
  96. echo "     ddate, dmesg, dsplit, fdformat, fdisk, frag, fsck.minix,"
  97. echo "     hexdump, hostid, hostname, ipcrm, ipcs, kill, last,"
  98. echo "     login, lock, lpcntl, mcookie, md5sum, mesg, mkfs,"
  99. echo "     mkfs.minix, mkswap, more, mount, namei, newgrp, passwd,"
  100. echo "     readprofile, renice, reset, rev, script, setfdprm,"
  101. echo "     setserial, setsid, setterm, sln, strings, swapon, sync,"
  102. echo "     tsort, tunelp, ul, umount, vipw, wall, whereis, write,"
  103. echo "     zic."
  104. tar $TARFLAGS $SRC/util.tgz -C $TARGET
  105. echo
  106.