<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - swap partition not automouning anymore on boot"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=69291#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - swap partition not automouning anymore on boot"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=69291">bug 69291</a>
              from <span class="vcard"><a class="email" href="mailto:hussam@visp.net.lb" title="Hussam Al-Tayeb <hussam@visp.net.lb>"> <span class="fn">Hussam Al-Tayeb</span></a>
</span></b>
        <pre>Now I have:

[hussam@hades ~]$  fgrep swap /etc/fstab
UUID=085d0683-1c42-436e-9218-642a81a31830 swap swap defaults 0 0
[hussam@hades ~]$ cat /proc/swaps 
Filename                                Type            Size    Used   
Priority
[hussam@hades ~]$ fgrep -r swap.target /lib/systemd/system/
/lib/systemd/system/sysinit.target:Wants=local-fs.target swap.target
/lib/systemd/system/sysinit.target:After=local-fs.target swap.target
emergency.service emergency.target
[hussam@hades ~]$ echo /run/systemd/generator/*.swap 
/run/systemd/generator/dev-disk-by\x2duuid-085d0683\x2d1c42\x2d436e\x2d9218\x2d642a81a31830.swap
[hussam@hades ~]$ cat /run/systemd/generator/*.swap 
# Automatically generated by systemd-fstab-generator

[Unit]
SourcePath=/etc/fstab

[Swap]
What=/dev/disk/by-uuid/085d0683-1c42-436e-9218-642a81a31830
[hussam@hades ~]$ find /run/systemd/generator.late/ -name '*swap*'
find: `/run/systemd/generator.late/': No such file or directory

But i still need to manually swapon -a</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>