Changeset d3398c8 in bootscripts-embedded


Ignore:
Timestamp:
Nov 12, 2013, 7:05:30 AM (10 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
e0e7d60
Parents:
6bbb1f0
Message:

startup: Don't mount tmpfs on /dev

That's what DEVTMPFS is for and it's done automatically.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • clfs/rc.d/startup

    r6bbb1f0 rd3398c8  
    88/bin/mount -t sysfs none /sys
    99/bin/mount -t tmpfs /tmp /tmp
    10 /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.