From owner-svn-src-all@FreeBSD.ORG Fri Oct 26 11:17:32 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EBD23F9A; Fri, 26 Oct 2012 11:17:32 +0000 (UTC) (envelope-from giovanni.trematerra@gmail.com) Received: from mail-qc0-f182.google.com (mail-qc0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 552758FC0A; Fri, 26 Oct 2012 11:17:32 +0000 (UTC) Received: by mail-qc0-f182.google.com with SMTP id k19so1210047qcs.13 for ; Fri, 26 Oct 2012 04:17:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=qc5eYNuxjR5XKBQBDrQHqkwdw9KoGnV3/DAj7w3UACg=; b=R39RFGyWPYcLxhbL+yPoGhGSdVGmUPRNqIQxYrMbAJ7uSAcVT13z4neDUves9eoFSn CBXv7znqGabMgjj2wmZzlFcrj2FZRMP5JF9t7y/oYuSkGe4wBQE4KKoATbP1UBJmGrVM dyITKsiedzZhiHNNQw38Tgl512t4UnoVUR55yiM6qdmjAswCQvh9ohnwddmI76u/GOJa 822iPAnxd3gPWlmFH/mTRRT9YdQGWfVKHKBXxFVGTYYLoQTX9xHdu8PkiJQmUqspbiFN 0wXp4JQOd0qn/mkscRzIPzZEf63Kuq8FOVkRZ+4/tS8J7WubrYGXQLZXw0gdCscPI6P/ Op5g== MIME-Version: 1.0 Received: by 10.229.106.96 with SMTP id w32mr89035qco.151.1351250251593; Fri, 26 Oct 2012 04:17:31 -0700 (PDT) Sender: giovanni.trematerra@gmail.com Received: by 10.229.63.138 with HTTP; Fri, 26 Oct 2012 04:17:31 -0700 (PDT) In-Reply-To: <201210260541.q9Q5fxt1031491@svn.freebsd.org> References: <201210260541.q9Q5fxt1031491@svn.freebsd.org> Date: Fri, 26 Oct 2012 13:17:31 +0200 X-Google-Sender-Auth: QRU_tusvjFjZqzO-afJnHRHB8Ng Message-ID: Subject: Re: svn commit: r242124 - head/sys/arm/conf From: Giovanni Trematerra To: Tim Kientzle Content-Type: text/plain; charset=UTF-8 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2012 11:17:33 -0000 On Fri, Oct 26, 2012 at 7:41 AM, Tim Kientzle wrote: > Author: kientzle > Date: Fri Oct 26 05:41:58 2012 > New Revision: 242124 > URL: http://svn.freebsd.org/changeset/base/242124 > > Log: > Comment out the BOOTP/NFSROOT support. Transition this > config file to support a production kernel mounted on an > SD card. > > Modified: > head/sys/arm/conf/PANDABOARD > > Modified: head/sys/arm/conf/PANDABOARD > ============================================================================== > --- head/sys/arm/conf/PANDABOARD Fri Oct 26 03:20:04 2012 (r242123) > +++ head/sys/arm/conf/PANDABOARD Fri Oct 26 05:41:58 2012 (r242124) > @@ -44,17 +44,18 @@ options FFS #Berkeley Fast Filesystem > options SOFTUPDATES #Enable FFS soft updates support > options UFS_ACL #Support for access control lists > options UFS_DIRHASH #Improve performance on big directories > -options NFSCLIENT #Network Filesystem Client > device snp > +options BREAK_TO_DEBUGGER > + > #options NFSCL > +options NFSCLIENT #Network Filesystem Client > #options NFSSERVER #Network Filesystem Server > options NFS_ROOT #NFS usable as /, requires NFSCLIENT > -options BREAK_TO_DEBUGGER > -options BOOTP_NFSROOT > -options BOOTP_COMPAT > -options BOOTP > +#options BOOTP_NFSROOT > +#options BOOTP_COMPAT > +#options BOOTP > options BOOTP_NFSV3 > -options BOOTP_WIRED_TO=ue0 > +#options BOOTP_WIRED_TO=ue0 > options MSDOSFS #MSDOS Filesystem > #options CD9660 #ISO 9660 Filesystem > #options PROCFS #Process filesystem (requires PSEUDOFS) Why did you leave BOOTP_NFSV3 uncommented? -- Gianni