Introduce a -N option to mount and a 'net' mount option.
authorclaudio <claudio@openbsd.org>
Sun, 13 Jul 2014 12:01:30 +0000 (12:01 +0000)
committerclaudio <claudio@openbsd.org>
Sun, 13 Jul 2014 12:01:30 +0000 (12:01 +0000)
commit41e3198c7ccf02232ad4de7af102bd33c9d616f1
tree05a973aec60f3f83f413ea6c7f61e61c9661344f
parent428a4900018c642e4967efcc73e23acc269364b1
Introduce a -N option to mount and a 'net' mount option.
File systems marked with net will not be mounted by default.
mount -a -N will mount all those file systems instead.
This will be used to mark file systems needing network to work -- in
other words which depend on iscsid.
"Get it in" deraadt@
sbin/mount/mntopts.h
sbin/mount/mount.8
sbin/mount/mount.c