# do not edit this file, it will be overwritten on update # Hotplug physical CPU SUBSYSTEM=="cpu", ACTION=="add", TEST=="online", ATTR{online}=="0", \ ATTR{online}="1" # Hotplug physical memory SUBSYSTEM=="memory", ACTION=="add", PROGRAM="/usr/bin/systemd-detect-virt", RESULT!="zvm", ATTR{state}=="offline", \ ATTR{state}="online", TAG+="tmpfs" # See bnc#869603 TAG=="tmpfs", RUN+="/usr/lib/udev/remount-tmpfs"