From owner-freebsd-questions@FreeBSD.ORG Mon Feb 18 16:20:02 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4C8B5A1B for ; Mon, 18 Feb 2013 16:20:02 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-we0-x22b.google.com (mail-we0-x22b.google.com [IPv6:2a00:1450:400c:c03::22b]) by mx1.freebsd.org (Postfix) with ESMTP id DE7E17D3 for ; Mon, 18 Feb 2013 16:20:01 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id u54so4977872wey.16 for ; Mon, 18 Feb 2013 08:20:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=t3yjNJSk8PgvYHIvT2Fqzw9vHhc97BfxnTLad8a3u6k=; b=JPlfo4Y+LKuKpnaeaEPjHJQuN4Q9sdD95z2MgC0tDMVnwo3gkJ+5rqmN012rRNwRAg vDhViaViBI+olrYCE4GIzoLkARNMJ7CQYpG7sdiF6IAY+cXurMMjSiADernQiw5RcLE4 lPfwSVz3/9JhGr14agDwLT0z1rwLQmCUaZXEjxi/3/FpQlop+mIAeWLGXWifezcZHLjD VeOck6Gu03q+QyXaQMhpZEGL3Qqpb2zkdeHIH+LiLZrVq+jo83fGnVtiGtFvJK0ZZITE 5jjBK5J+pKv0f4L3KV4yw5z5676cMTBay4RoDuuQ34wCqCpfrJuzr5Nr7sbrCIhp8YRj ReAQ== MIME-Version: 1.0 X-Received: by 10.180.8.197 with SMTP id t5mr21220525wia.27.1361204055659; Mon, 18 Feb 2013 08:14:15 -0800 (PST) Received: by 10.194.60.147 with HTTP; Mon, 18 Feb 2013 08:14:15 -0800 (PST) In-Reply-To: <511FC24F.5080007@a1poweruser.com> References: <511FC24F.5080007@a1poweruser.com> Date: Mon, 18 Feb 2013 17:14:15 +0100 Message-ID: Subject: Re: 9.1 kernel src only From: David Demelier To: Fbsd8 Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Feb 2013 16:20:02 -0000 You can do svn co svn://svn.freebsd.org/base/releng/9.1 /usr/src Note that you need to install subversion before Cheers 2013/2/16 Fbsd8 > Before the install media format changed at 9.0, sysinstall had option to > only install kernel source. > > Can I use 9.1 svn to just checkout the kernel src necessary to compile a > custom kernel? > > If so, how would I code the svn command to make it happen? > > > Thanks > ______________________________**_________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/**mailman/listinfo/freebsd-**questions > To unsubscribe, send any mail to "freebsd-questions-** > unsubscribe@freebsd.org " > -- Demelier David