home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / unix / armlinux / distrib / BOOT / BOOTIMG_ARC / bootdisk / etc / rc < prev   
Encoding:
Text File  |  1996-01-15  |  285 b   |  16 lines

  1. PATH=/sbin:/bin
  2. /sbin/insmod /etc/fpem.o
  3. /sbin/update
  4. /bin/rm -rf /etc/mtab* /tmp
  5. /bin/mkdir /tmp
  6. /bin/chmod 777 /tmp
  7. /bin/mount -av
  8. echo "Welcome to ARM Linux."
  9. echo
  10. echo "The currently running kernel is arm Linux 1.3.35."
  11. echo
  12. echo "To start installation, type '/sbin/setup'"
  13. echo
  14.  
  15.  
  16.