Changeset 3305 in MondoRescue for branches/3.2


Ignore:
Timestamp:
Jun 30, 2014, 9:58:23 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Try to fix a udev issue on latest Ubuntu where /run/udev is needed at boot time by creating it
File:
1 edited

Legend:

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

    r3295 r3305  
    417417            echo "INFO: This is the systemd version of udev"
    418418            # Contributed during LinuxCon Japan
    419             #mkdir -p /run/systemd/journal
    420419            #mount -n -t tmpfs tmpfs /sys/fs/cgroup
    421420            #mount -n -t cgroup cgroup /sys/fs/cgroup/systemd
     421            mkdir -p /run/udev
     422            mkdir -p /run/systemd/journal
    422423            /usr/lib/systemd/systemd-udevd --daemon
    423424            udevadm trigger --action=add --type=subsystems
Note: See TracChangeset for help on using the changeset viewer.