From owner-freebsd-mobile Sun Aug 19 21: 4:59 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from air.linkclub.or.jp (air.linkclub.or.jp [210.250.19.40]) by hub.freebsd.org (Postfix) with ESMTP id 7FDB737B413; Sun, 19 Aug 2001 21:04:55 -0700 (PDT) (envelope-from toshi@jp.FreeBSD.org) Received: from localhost.jp.FreeBSD.org (1Cust140.tnt1.hanno.jp.da.uu.net [63.12.195.140]) by air.linkclub.or.jp (8.11.4/8.11.4) with ESMTP id f7K3wDW38250; Mon, 20 Aug 2001 12:58:13 +0900 (JST) (envelope-from toshi@jp.FreeBSD.org) Date: Mon, 20 Aug 2001 12:57:23 +0900 (JST) Message-Id: <200108200357.f7K3vMn18594.toshi@jp.FreeBSD.org> From: Toshihiko ARAI To: nate@yogotech.com (Nate Williams) Cc: freebsd-mobile@FreeBSD.org, toshi@FreeBSD.org Subject: Re: Documentation for rc.conf's removable_interfaces? In-Reply-To: <15228.2988.181554.313833@nomad.yogotech.com> References: <15228.2988.181554.313833@nomad.yogotech.com> X-Mailer: VM 5.96 (beta) / Mule 2.3 (SUETSUMUHANA) based on 19.34.1 Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org + <15228.2988.181554.313833@nomad.yogotech.com>, Nate Williams wrote: > What happens is that in /etc/pccard_ether, it stops on the line: > case ${pccard_ifconfig} in > [Nn][Oo] | '') > ---> expr "${removable_interfaces}" : ".*${interface}" > /dev/null || exit 0 > ;; > *) > # Backward compatible > eval ifconfig_${interface}=\${pccard_ifconfig} > ;; > I'm not sure what this line is supposed to be doing, but it's causing my > configuration to blow up. If I comment this out, things proceed as > normal and expected. > Am I supposed to be adding 'ed1 and ep1' to 'removable_interfaces'? If > so, why? Any documentation on this would be greatly appreciated! I thought that it is necessary for sysinstall at first, but i think that removable_interfaces variable is unnecessary now. Because I am busy currently, a patch for sysinstall is unfinished. -- Toshihiko ARAI To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message