chiark / gitweb /
Add x-elogind.makefs option for fstab
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 21 Nov 2017 22:18:05 +0000 (23:18 +0100)
committerSven Eden <yamakuzure@gmx.net>
Tue, 21 Nov 2017 22:18:05 +0000 (23:18 +0100)
I opted to completely generate a unit for both mount points and swaps. For
swaps, it would be possible to use fixed template unit like elogind-mkswap@.service,
because there's no information passed except the device name. For mount points,
that's not possible because both the device name and file system type need to
be passed. Nevertheless, I expect that options will need to passed to both mkfs
and mkswap, in which case it'll be necessary to create units of both types
anyway.


No differences found