Bug 671679

Summary: systemd mounts everything (in comparison to sysvinit)
Product: [openSUSE] openSUSE 11.4 Reporter: Jiri Slaby <jslaby>
Component: BasesystemAssignee: Kay Sievers <kasievers>
Status: VERIFIED INVALID QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Factory   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Jiri Slaby 2011-02-14 11:26:56 UTC
Feel free to close this as invalid. I'm reporting this as a difference between sysvinit and systemd (I don't know if this is a bug or feature).

With this in fstab:
none    /test/a proc defaults 0 0
none    /test/b sysfs defaults 0 0
none    /test/c debugfs defaults 0 0
none    /test/d tmpfs defaults 0 0

Systemd mounts all of them, whereas sysvinit (bootfs.localfs) only /test/d.
Comment 1 Kay Sievers 2011-02-14 11:37:15 UTC
Looks like a "feature". Adding noauto should leave them alone.
Comment 2 Kay Sievers 2011-02-15 17:29:01 UTC
closing. seems like the expected behavior. thanks!