From owner-freebsd-stable@FreeBSD.ORG Mon Jun 22 12:39:48 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6AC0E106572D for ; Mon, 22 Jun 2009 12:39:48 +0000 (UTC) (envelope-from vanopen@gmail.com) Received: from mail-pz0-f194.google.com (mail-pz0-f194.google.com [209.85.222.194]) by mx1.freebsd.org (Postfix) with ESMTP id 3ADB78FC0A for ; Mon, 22 Jun 2009 12:39:48 +0000 (UTC) (envelope-from vanopen@gmail.com) Received: by pzk32 with SMTP id 32so379215pzk.3 for ; Mon, 22 Jun 2009 05:39:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition :organization; bh=JHneHMj/Kyil2aKK+mAG0ROfkgsCJiSLISzHMS85g1w=; b=N2bScVi1qSzOY8pWm05Zj2PT63PK3mS/o7LhzMx+sbkzO46E+UPhAG5FzEeVJ1CIfe AwqHYRlLxove5xyQ35TyL38EELumwd4m/hg7BeVVaftQv47qr7ZD1tfGFNcXDtzsO924 Ay3dgoQgeIbX0+t26au6cg0tdxa8h3jecAJTk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:organization; b=MKAoozOpxvsnZZ583CQ99Abn16EEmBPHLVb32GDRgYD12LLfu7V/rIL7wqlB7z7As0 YdDB6W3l66SPhYGWiDKOTMgRJvyNP82RbXFOcti19vUzkdqpvUPEvqPOPOyjZCmj7m5i 1mLJyR4hV+Bu2ed1itCneE4zJlfKGpQKoEEog= Received: by 10.142.77.11 with SMTP id z11mr2630069wfa.277.1245674387950; Mon, 22 Jun 2009 05:39:47 -0700 (PDT) Received: from localhost ([58.240.248.227]) by mx.google.com with ESMTPS id 30sm611251wfg.30.2009.06.22.05.39.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 22 Jun 2009 05:39:47 -0700 (PDT) Date: Mon, 22 Jun 2009 20:39:38 +0800 From: "Wu, Yue" To: freebsd-stable Message-ID: <20090622123938.GA794@fbsd.hasee.cpu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: China Pharmaceutical University, Nanjing, PRC Subject: Use n instead of Fn for choosing the OS when booting? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2009 12:39:48 -0000 Hi, list, Freebsd uses Fn to choose Nth OS on the disk, I have installed FreeBSD on the second slice of disk, so I use F2 to choose it, but sometimes I hit F2 occasionally before the boot menu is up, and F2 is my notebook for entering the setup menu, so I go into BIOS setup menu, it's annoying me sometimes, so I think why not use number key(0~9) instead of F1~F12 for choosing OS? -- Hi, Wu, Yue