From owner-freebsd-questions@FreeBSD.ORG Thu Sep 6 09:46:11 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F80816A41A for ; Thu, 6 Sep 2007 09:46:11 +0000 (UTC) (envelope-from kenneth@aspit.no) Received: from ex.aspit.no (81-31-235-95.net.nc-systems.no [81.31.235.95]) by mx1.freebsd.org (Postfix) with ESMTP id 212D313C46B for ; Thu, 6 Sep 2007 09:46:10 +0000 (UTC) (envelope-from kenneth@aspit.no) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable x-cr-puzzleid: {498953E9-1E54-446D-89E1-F6FBC260DE14} X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message x-cr-hashedpuzzle: ADCL A8A5 BM5b B6X1 Cex6 CxQD Dj45 Dzuj D3MK Ef9k IJVp JZaO Lcx5 LiLt Lwnw MVIR; 1; ZgByAGUAZQBiAHMAZAAtAHEAdQBlAHMAdABpAG8AbgBzAEAAZgByAGUAZQBiAHMAZAAuAG8AcgBnAA==; Sosha1_v1; 7; {498953E9-1E54-446D-89E1-F6FBC260DE14}; awBlAG4AbgBlAHQAaABAAGEAcwBwAGkAdAAuAG4AbwA=; Thu, 06 Sep 2007 09:33:28 GMT; cAB4AGUAIABpAG4AcwB0AGEAbABsACAAdwBpAHQAaAAgAGMAdQBzAHQAbwBtACAAawBlAHIAbgBlAGwA Date: Thu, 6 Sep 2007 11:33:28 +0200 Message-ID: <5581EE812CBAEF41B5A44E9667A40DD610780C@arnold.aspit.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: pxe install with custom kernel Thread-Index: AcfwaPtaEePSsP4zTkmjUnjXWgkdnw== From: "Kenneth Grande" To: Subject: pxe install with custom kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2007 09:46:11 -0000 i am installing clients with a PXE setup. I use a boot only iso (6.2-RELEASE-i386-bootonly.iso), and i unpack it and use it for installation, the setup is also unattended with an install.cfg file (I mounted the mfsroot.gz and made some adjustments) All this works fine, and the way i want it. now it looks like i have to make some kernel adjustments to suit my needs. I would like to install clients in the same way, it makes it very easy to make changes. The problem is that if do this i have to recompile the kernel on every system installed, and this is very time consuming. Since the hardware i am using is the same on all clients (ca 40 barebone computers), i was wondering if i perhaps can recompile one kernel, and use it during the pxe install. Is this possible, or does anyone else have a good idea on what i should do? Best regards, Kenneth Grande