hi, <br><br>i found some packages installed some files in /var/run and /var/lock, but /var/run is symbol linked to /run and /var/lock is symbol linked to /run/lock, /run is a tmpfs, it can&#39;t save some files permanently, Fedora&#39;s way is /run is a disk directory, it saves the installed files by some packages, in initramfs, init will take responsibility for mounting /run as tmpfs and copy /run in disk to this tmpfs, but for MeeGo, we don&#39;t have initrd/initramfs, so this only can be done by systemd in boot phase, anybody knows a good way to do this?<br>