Systemd/src/fstab-generator
Tom Gundersen 67ab5f761f fstab-generator: make error more helpful in case of duplicates in fstab
Traditional sysvinit systems would not complain about duplicates in
fstab. Rather it (through monut -a) would mount one fs on top of another,
in effect the last entry taking precedent.

In systemd, the first entry takes precedent, all subsequent ones are
ignored and an error is printed.

The change of behavior and the source of this error message was causing
some confusion, so give a hint what migt be wrong.
2012-11-27 01:57:57 +01:00
..
Makefile mount: replace PID1 internal fstab parser with generator 2012-05-22 19:25:17 +02:00
fstab-generator.c fstab-generator: make error more helpful in case of duplicates in fstab 2012-11-27 01:57:57 +01:00