On 20.09.2010 15:16, Gustavo Sverzut Barbieri wrote: > Hi all, > > - remount-rootfs.service: shouldn't it be in > /lib/systemd/system/sysinit.target.wants? Or maybe > /etc/systemd/system/sysinit.target.wants? People that do not use > initramfs/initrd will need this anyway, and AFAIK this is not a > problem if it is already mounted. Or just have it builtin in systemd > main process (detect ro / and if so remounts rw unless /etc/fstab says > otherwise?)
People using initramfs/initrd (like me) may need this too as after switching root, the rootfs should be remounted rw. I was trying to figure out why my rootfs staying ro until I've asked in #systemd and got an answer from Kay :) Anyway, we need to wait for native fsck for fstab/fs_passno stuff I think. I would like to point out that currently packages need to put a symlink or run systemctl enable $pkg in their post* in order to enable the newly installed units. That would be good to see something like EnabledByDefault= as suggested by Michal Schmidt in [0]. [0]: https://bugzilla.redhat.com/show_bug.cgi?id=630174 Regards, Ozan Caglayan _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
