From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7C8A913881E for ; Tue, 29 Sep 2015 14:53:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF5C821C00E; Tue, 29 Sep 2015 14:53:23 +0000 (UTC) Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD55EE084B for ; Tue, 29 Sep 2015 14:53:22 +0000 (UTC) Received: by wiclk2 with SMTP id lk2so19967014wic.1 for ; Tue, 29 Sep 2015 07:53:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=d4+MrDTCtiZiwod68b3SCSO1CVTToh4txrVIBjiD598=; b=UfF3yd1pEvzY1k639GOafOwutzyoVQ2te5oIVMDmnkVGgMif1jzFoxC1srSqLIvHW0 sgYp6Nk/v6OQjPdXAXxEZ4x9AoY44NWBA2Zq7x0ZZt/GB9JbQcFgy5M0reTdSzEO9xoV FiHlR879hMBvzAt/rwgaY4Dz3fdotXvnjV9W6jps4f2a8fz2Ks1i9rZAMsusceQRJrfd +77kWX5hG+D5MHkUPb8anIdEWKFqJR/aBP8frSg7c4te6XnZ3MG12XS0yJMF1hz+vqp6 g48/sh0QQWcrx4EmCiCZTlVcXDucHGe0uig/UXsfhBb0WSSqBT7rG7G62RDCSWzfIpQx cQzQ== X-Received: by 10.194.22.69 with SMTP id b5mr17846585wjf.157.1443538401218; Tue, 29 Sep 2015 07:53:21 -0700 (PDT) Received: from [172.20.0.41] (105-237-149-222.access.mtnbusiness.co.za. [105.237.149.222]) by smtp.googlemail.com with ESMTPSA id pg5sm24326411wjb.21.2015.09.29.07.53.19 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 29 Sep 2015 07:53:20 -0700 (PDT) Subject: Re: [gentoo-dev] news item: OpenRC 0.18 changes to localmount and netmount To: gentoo-dev@lists.gentoo.org References: <5609c60d.2337420a.eba7.ffff912e@mx.google.com> <560AA05B.2020000@gentoo.org> From: Alan McKinnon X-Enigmail-Draft-Status: N1110 Message-ID: <560AA5C3.8070607@gmail.com> Date: Tue, 29 Sep 2015 16:52:51 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 In-Reply-To: <560AA05B.2020000@gentoo.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Archives-Salt: 57d1877b-5617-4f51-b585-3b5fb90a7304 X-Archives-Hash: a9f99535fccee39a218e510629f30af0 On 29/09/2015 16:29, Ian Stakenvicius wrote: > On 28/09/15 06:58 PM, William Hubbs wrote: >> Also, we are dropping the use of the -O switch for mount/umount >> -a. This is being dropped because it is util-linux specific and >> not compatible with busybox. > > Does this have any actual end-user impact? AFAIK, using the -O > switch was 'just added' by us originally (i think to reduce the > explicit listing of the different fs types or otherwise simplify the > init script code) right? I'm just wondering if this paragraph is > actually necessary or not.. As a user, that para in the news makes me ask "how does this affect me?". I have to go read man pages and init scripts to find out. Perhaps this: Also, we are dropping the use of the -O switch for mount/umount -a, because it is util-linux specific and not compatible with busybox. This only affects mounts with "_netdev" listed under options in /etc/fstab. Such systems should use "noauto" and/or "nofail" as described above. -- Alan McKinnon alan.mckinnon@gmail.com