Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 468600 - sys-apps/busybox: mount: add support for -O [no]_netdev
Summary: sys-apps/busybox: mount: add support for -O [no]_netdev
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: openrc-busybox
  Show dependency tree
 
Reported: 2013-05-04 18:27 UTC by William Hubbs
Modified: 2016-05-18 17:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description William Hubbs gentoo-dev 2013-05-04 18:27:58 UTC
OpenRC uses mount -a -O [no]_netdev to specify when to mount
network/non-network file systems on Linux.
Busybox's internal mount command should probably support this option.
This would also make the mount command more compatible with util-linux's
mount command.

Thanks,

William
Comment 1 René Rhéaume 2014-12-07 19:36:40 UTC
It seems busybox-1.21.0 mount has -O (capital O) option support. I can do mount -a -O no_netdev and and mount -a -O _netdev with mount honoring _netdev in fstab.

And looking at the source code, version 1.20.2 seems to be able too.
Comment 2 William Hubbs gentoo-dev 2016-05-18 17:51:11 UTC
I am closing this based on the previous comment.