From owner-freebsd-current@FreeBSD.ORG Fri Feb 6 20:51:30 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C0E9106566B for ; Fri, 6 Feb 2009 20:51:30 +0000 (UTC) (envelope-from smrad01@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.191]) by mx1.freebsd.org (Postfix) with ESMTP id B934E8FC1E for ; Fri, 6 Feb 2009 20:51:29 +0000 (UTC) (envelope-from smrad01@gmail.com) Received: by fk-out-0910.google.com with SMTP id f40so880918fka.11 for ; Fri, 06 Feb 2009 12:51:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=XKAjUTO0NWflpNVitVl9Pyf0GdXcSH4eqgD11ZMeQok=; b=ruutm2EnwKbiylUs8P4e0te6V83LGyTtjBcQbiHVjsyowv9IrvsBJpG17YnL5i5sqM 7Jd2LkjzMg3sD9SjKKTOrOXUH6m5N216mS5F3cT0wqUHPzGmhLcajV+Pm5OWNVXPJKtv 3+/M3xTu4emd7/pRGDBLK6cfgr0nXTWH8r2AQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=FdOxi7du+1PHe481yAdeGyMOiP/9kLAK2+aAirUhX4CVLcSxpORZg2SmprtKjH+25G DzbFjhzb7vuGr3HikX1t8XxT9VdqNTmSUVh8KbNrvn6NMbZ/ilDUg5PAZRxlaMKEFlMN ZPj2PMUGAkVADni5AVXGTJdo6QMoaFla6DCXI= Received: by 10.223.109.198 with SMTP id k6mr964352fap.46.1233953488814; Fri, 06 Feb 2009 12:51:28 -0800 (PST) Received: from ?192.168.110.20? ([87.120.162.66]) by mx.google.com with ESMTPS id 31sm1762059fkt.2.2009.02.06.12.51.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 06 Feb 2009 12:51:28 -0800 (PST) Message-ID: <498CA2CD.1090201@gmail.com> Date: Fri, 06 Feb 2009 22:51:25 +0200 From: blah User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: Albert.Shih@obspm.fr, freebsd-current@freebsd.org References: <20090206202032.GB76165@obspm.fr> In-Reply-To: <20090206202032.GB76165@obspm.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: installkernel on small disk X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2009 20:51:30 -0000 Albert Shih wrote: > Hi all > > I've two servers (in fact guest in vmware) on don't have enought disk space > to make buildkernel (or world). > > For the world freebsd-update can work. But for the kernel I've my own > kernel. > > So if I compile the kernel on the other server how can I put it on the > first ? > > Regards. > > > build kernel on the server use nfs to export /usr/src, /usr/obj mount them appropriate on the client, make same /etc/make.conf on both server and client on the client cd /usr/src and make installkernel .... rebooot and you are done