Changeset 3285 in MondoRescue for branches/3.2


Ignore:
Timestamp:
May 1, 2014, 11:39:45 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Seems systemd also needs cgroup in some way. Starting to test...
File:
1 edited

Legend:

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

    r3282 r3285  
    411411            echo "INFO: This is the systemd version of udev"
    412412            mkdir -p /run/systemd/journal
     413            mount -n -t tmpfs tmpfs /sys/fs/cgroup
     414            #mount -n -t cgroup cgroup /sys/fs/cgroup/systemd
    413415            /usr/lib/systemd/systemd-udevd --daemon
    414416            udevadm trigger --action=add --type=subsystems
Note: See TracChangeset for help on using the changeset viewer.