Bug 671679 - systemd mounts everything (in comparison to sysvinit)
Summary: systemd mounts everything (in comparison to sysvinit)
Status: VERIFIED INVALID
Alias: None
Product: openSUSE 11.4
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Factory
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Kay Sievers
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-14 11:26 UTC by Jiri Slaby
Modified: 2011-02-15 17:29 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!