Changeset 3295 in MondoRescue for branches/3.2/mindi/rootfs


Ignore:
Timestamp:
Jun 5, 2014, 10:27:57 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Create /dev/shm in case it's not already done
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/rootfs/etc/init.d/rcS

    r3293 r3295  
    391391        mount -n -t devpts -o mode=620 none /dev/pts
    392392    fi
     393    mkdir -p /dev/shm
    393394    mount -n -t tmpfs  none /dev/shm
    394395    if [ -e /proc/sys/kernel/hotplug ]; then
Note: See TracChangeset for help on using the changeset viewer.