Changeset 6394df1 in bootscripts-embedded


Ignore:
Timestamp:
Nov 12, 2013, 10:05:15 AM (10 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
959f0b4
Parents:
3a3ba03
Message:

startup: Mount /dev/shm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • clfs/rc.d/startup

    r3a3ba03 r6394df1  
    1919echo -n "Mounting devpts: "
    2020mount /dev/pts
     21check_status
     22
     23echo -n "Mounting shared memory: "
     24/bin/mount -t tmpfs none /dev/shm
    2125check_status
    2226
Note: See TracChangeset for help on using the changeset viewer.