Changeset aea05b2 in clfs-embedded


Ignore:
Timestamp:
Nov 16, 2006, 7:09:58 PM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
e8916bf
Parents:
381c53b
Message:

Update bootscripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/clfs/rc.d/startup

    r381c53b raea05b2  
    55. /etc/rc.d/init.d/functions
    66
    7 /bin/mount -t proc proc /proc
     7/bin/mount -t proc none /proc
    88/bin/mount -t sysfs none /sys
    9 /bin/mount -o remount,rw /
    10 /bin/mount -t tmpfs -o mode=0755 udev /dev
     9/bin/mount -t tmpfs -o mode=0755 none /dev
    1110/bin/mkdir /dev/pts
    1211/bin/mkdir /dev/shm
Note: See TracChangeset for help on using the changeset viewer.