home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / LINUX / smoothwall / smoothwall-2.0-manuals.iso / images / bootcdrom-2.0.img / INITRD.IMG / installrootimage / etc / rc < prev    next >
Encoding:
Text File  |  2003-02-14  |  218 b   |  14 lines

  1. #!/bin/sh
  2.  
  3. echo "Mounting root read/write"
  4. mount -n -o remount,rw /
  5. echo "Clearing mtab"
  6. >/etc/mtab
  7. echo "Marking root as mounted"
  8. mount -f /
  9.  
  10. echo "Mounting proc" 
  11. mount /proc
  12.  
  13. echo >/proc/sys/kernel/printk "1 4 1 7"
  14.