]> git.ipfire.org Git - thirdparty/systemd.git/commit
mount: replace PID1 internal fstab parser with generator
authorLennart Poettering <lennart@poettering.net>
Tue, 22 May 2012 17:23:33 +0000 (19:23 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 22 May 2012 17:25:17 +0000 (19:25 +0200)
commit6b1dc2bd3cdb3bd932b0692be636ddd2879edb92
tree2103f7daf0619c14f8da9be956f4ddbbe9309d51
parent745e2fb79ab20f3e98310d5e889a161ffe8b492c
mount: replace PID1 internal fstab parser with generator

Bit by bit we should remove non-unit parsing from PID 1 and move into
generators, to clean up our code base a bit and clearly separate
parsers.
13 files changed:
.gitignore
Makefile.am
TODO
src/core/automount.c
src/core/dbus-mount.c
src/core/dbus-swap.c
src/core/mount.c
src/core/mount.h
src/core/swap.c
src/core/swap.h
src/cryptsetup/cryptsetup-generator.c
src/fstab-generator/Makefile [new symlink]
src/fstab-generator/fstab-generator.c [new file with mode: 0644]