mirror of
https://github.com/systemd/systemd.git
synced 2025-01-09 01:18:19 +03:00
mount: pull in fsck only in systemd instances
This commit is contained in:
parent
26e190cf87
commit
491ad5dc66
2
TODO
2
TODO
@ -56,7 +56,7 @@
|
||||
|
||||
* systemctl auto-pager a la git
|
||||
|
||||
* fsck setup
|
||||
* fsck setup: quota flag, check kcmdline/forcefsck, reboot, single user
|
||||
|
||||
* merge CK
|
||||
|
||||
|
@ -359,8 +359,8 @@ static int mount_add_device_links(Mount *m) {
|
||||
return r;
|
||||
}
|
||||
|
||||
if (p->passno > 0 /* &&
|
||||
UNIT(m)->meta.manager->running_as == MANAGER_SYSTEM */) {
|
||||
if (p->passno > 0 &&
|
||||
UNIT(m)->meta.manager->running_as == MANAGER_SYSTEM) {
|
||||
char *name;
|
||||
Unit *fsck;
|
||||
/* Let's add in the fsck service */
|
||||
|
Loading…
Reference in New Issue
Block a user