[Jakobus Schürz] > using systemd-automount trys to and mounts mountpoints, which have the > option "noauto" in fstab. > > exactly: the combination of "comment=systemd.automount,noauto" mounts > all this mountpoints on bootup. The problem is the file > /lib/init/mount-functions.sh > > systemd puts automountpoints in mtab with "systemd-1" as device. The > mount-functions.sh ignores this and tries to mount all this mountpoints.
If domount() try to mount a entry with the noauto option, it sound like a bug. Adding another option seem like the wrong fix. Are you sure this is a good approach? -- Happy hacking Petter Reinholdtsen _______________________________________________ Pkg-sysvinit-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-sysvinit-devel

