]> git.ipfire.org Git - thirdparty/dracut-ng.git/commit
resume: fix swap detection in hostonly
authorAlexander Tsoy <alexander@tsoy.me>
Wed, 9 Oct 2013 02:39:46 +0000 (06:39 +0400)
committerHarald Hoyer <harald@redhat.com>
Wed, 9 Oct 2013 14:21:50 +0000 (16:21 +0200)
commitcfdec163f9dfd5e083f2c8a728c476381faa8baa
tree05139222dba91558a6491dbe9d687e2791c516f7
parentab2676d29144097239c189b1a6d938e0420eb580
resume: fix swap detection in hostonly

Check for other possible fs types. This fixes swap detection when using
TuxOnIce kernel.

Note that parse-resume.sh generate udev rules with support for
ID_FS_TYPE=suspend, but we do not include it here, because it is
libvolume_id thing and host_fs_types is populated using blkid.
modules.d/95resume/module-setup.sh