History log of /systemd/units/systemd-remount-fs.service.in
Revision Date Author Comments Expand
d6bc8348d5be8576a475ac8ced2b0146e60fb71f 25-Sep-2014 Daniel Buch <boogiewasthere@gmail.com>

readahead: wipe out readahead

/systemd/Makefile-man.am /systemd/Makefile.am /systemd/configure.ac /systemd/man/sd-daemon.xml /systemd/man/sd-login.xml /systemd/man/sd-readahead.xml /systemd/man/sd_readahead.xml /systemd/man/systemd-notify.xml /systemd/man/systemd-readahead-replay.service.xml /systemd/po/POTFILES.skip /systemd/shell-completion/zsh/_systemd /systemd/src/cryptsetup/cryptsetup-generator.c /systemd/src/gpt-auto-generator/gpt-auto-generator.c /systemd/src/notify/notify.c /systemd/src/readahead/Makefile /systemd/src/readahead/readahead-analyze.c /systemd/src/readahead/readahead-collect.c /systemd/src/readahead/readahead-common.c /systemd/src/readahead/readahead-common.h /systemd/src/readahead/readahead-replay.c /systemd/src/readahead/readahead.c /systemd/src/readahead/sd-readahead.c /systemd/src/readahead/test-ssd.c /systemd/src/systemd/sd-readahead.h /systemd/system-preset/90-systemd.preset .gitignore ldconfig.service quotaon.service.in system-update.target systemd-backlight@.service.in systemd-binfmt.service.in systemd-firstboot.service.in systemd-fsck-root.service.in systemd-fsck@.service.in systemd-journal-catalog-update.service.in systemd-modules-load.service.in systemd-quotacheck.service.in systemd-random-seed.service.in systemd-readahead-collect.service.in systemd-readahead-done.service.in systemd-readahead-done.timer systemd-readahead-drop.service systemd-readahead-replay.service.in systemd-remount-fs.service.in systemd-rfkill@.service.in systemd-sysctl.service.in systemd-sysusers.service.in systemd-tmpfiles-clean.service.in systemd-tmpfiles-setup-dev.service.in systemd-tmpfiles-setup.service.in systemd-udev-hwdb-update.service.in systemd-update-done.service.in systemd-update-utmp.service.in systemd-vconsole-setup.service.in
236bc7573a400b77e515c441a34419b133d11b18 15-Jan-2013 Lennart Poettering <lennart@poettering.net>

man: link in API FS documentation from the wiki

93a1d735aca5584a005d851f12cb0b8c7bb5e5ca 25-Jun-2012 Lennart Poettering <lennart@poettering.net>

units: rename fsck@.service to systemd-fsck@.service The rule is that units that encapsulate our own code are prefixed with "systemd-". Since the fsck units invoke our own code, hence add the missing prefix. Since a long long time the fsck units didn't invoke the naked fsck binaries anymore, and it is unlikely that this well ever change. On the opposite: the code in systemd-fsck will probably get more complex over time to handle fsck progress to plymouth forwarding. Same for quotacheck (but not quotaon!)

ca6b98ae21114064b57889a90561d86785223c4e 25-Jun-2012 Lennart Poettering <lennart@poettering.net>

man: document systemd-remount-fs.service

2b93b027d3a68b5d7ae26d0c2cd487eb5019d2a9 24-Apr-2012 Lennart Poettering <lennart@poettering.net>

remount: consolidate remount-api-vfs and remount-rootfs into one This has the advantage of removing a confusing warning by mount if the root directory is not listed in fstab.