From owner-freebsd-embedded@FreeBSD.ORG Thu Jul 9 12:38:09 2009 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4733C10656C2 for ; Thu, 9 Jul 2009 12:38:09 +0000 (UTC) (envelope-from cochard@gmail.com) Received: from mail-vw0-f172.google.com (mail-vw0-f172.google.com [209.85.212.172]) by mx1.freebsd.org (Postfix) with ESMTP id E9B0F8FC27 for ; Thu, 9 Jul 2009 12:38:08 +0000 (UTC) (envelope-from cochard@gmail.com) Received: by vwj2 with SMTP id 2so72411vwj.3 for ; Thu, 09 Jul 2009 05:38:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:from:date:x-google-sender-auth:message-id:subject:to:cc :content-type:content-transfer-encoding; bh=AWFMnS65cszXxNRWOPXQ6rDc19qTkaNT5yrC1Rs6o5M=; b=Q7ozXoZOenTmVo3OkJaXeXYOPpMY2YdWTzWkJZxBLL2fEv3DaV7P1iNtW5k/quDn51 TrWxYKIsuTpmx8xiWhoJU73cv6vvYXYFXN4jDSz/aecx4NvmHDRsetz/7kCFaXUW5mN8 uQTfxdjU5DLYF/Q4cgmVXx6bdjTBCAGis/ftA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; b=qVeq6yUG71/UndNDbg2ufRFV5H2yQZRul1A26nyOUogglGZbLcCgqsKwCnlGgpP64I GKHyG4IVkUUjWoVeKfB7Ra6p8vNc8wGKYjifvFbF+lB43+hqnaE66sTDubaYPtF8F3yG mbzl2R3TKIIzL8T0dShuxVG4iYHjrMiFGqlWI= MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.220.45.84 with SMTP id d20mr906291vcf.90.1247143088314; Thu, 09 Jul 2009 05:38:08 -0700 (PDT) In-Reply-To: <200907091255.19779.nick@anywi.com> References: <3131aa530907051440l7ea1fa87y13edb3595fcf93e1@mail.gmail.com> <20090707125458.GA2233@psconsult.nl> <200907091255.19779.nick@anywi.com> From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= Date: Thu, 9 Jul 2009 14:37:48 +0200 X-Google-Sender-Auth: 83d5f5d11a4441cc Message-ID: <3131aa530907090537t44bd581ew919d9c5046a38ea1@mail.gmail.com> To: Nick Hibma Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-embedded@freebsd.org Subject: Re: Patch for adding label support to NanoBSD X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jul 2009 12:38:11 -0000 > There is a typo at the end of the script > > =A0 =A0 =A0 =A0cp /etc/fstap /cfg > > It probably should be fstab there, no? Yes, it's fixed. Thanks. Olivier