From owner-freebsd-questions@FreeBSD.ORG Fri Apr 16 09:23:35 2010 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 9B95C106564A for ; Fri, 16 Apr 2010 09:23:35 +0000 (UTC) (envelope-from egoitz@ramattack.net) Received: from ks200575.kimsufi.com (ks200575.kimsufi.com [91.121.111.71]) by mx1.freebsd.org (Postfix) with ESMTP id 634618FC17 for ; Fri, 16 Apr 2010 09:23:35 +0000 (UTC) Received: from mail.ramattack.net (unknown [127.0.0.50]) by ks200575.kimsufi.com (Postfix) with ESMTP id ECB5DA888 for ; Fri, 16 Apr 2010 10:23:50 +0000 (UTC) Received: from 192.148.167.100 (SquirrelMail authenticated user egoitz@ramattack.net) by mail.ramattack.net with HTTP; Fri, 16 Apr 2010 10:23:51 -0000 (UTC) Message-ID: <424555d0bb34b38bb1b114f5341eacce.squirrel@mail.ramattack.net> In-Reply-To: References: Date: Fri, 16 Apr 2010 10:23:51 -0000 (UTC) From: egoitz@ramattack.net To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.16 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Re: FreeBSD PXE installation howto 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: Fri, 16 Apr 2010 09:23:35 -0000 Hi all, I have seen a way for reducing some steps... after installing dhcpd and active tftpd in inetd.conf and starting inetd... have just done : tar -C /expert/netboot/freebsd8 -pxvf 8.0-RELEASE-amd64-disc1.iso (really it's an own release based on release plus security patches RELENG_8_0 but for the example is the same...) and after just entering the install.cfg in the mfsroot and after changing in nfs-root-path/boot/loader.conf for having the line : vfs.root.mountfrom="ufs:/dev/md0" it works the same way too... Are the freebsd iso releases (either of the web or those made by make release) shipped with all necessary for all boot modes (pxe, cd, hd...).. without needing to do nothing for, for example making a freebsd installation server?.. Thanks a lot for you're time. Bye!! > Hi, > > I'm working on a project for setting up a freebsd installation server with > pxe. When I started I see the doc was a bit old-fashioned... so I started > looking at some blogs... freebsd doc that could help me understanding the > whole process and so on... finally I have ended looking at source code of > some involved parts like sysintall, boot stages and so on.... for > understanding all properly for setting up this service. I have written a > documentation that if you see it to be ok... (it seems to be working fine) > perhaps, would be nice to appear in handbook or in some official > documentation site... So if you see something that should be done in > another way... or some point wich you consider it's wrong... please make > me know and I'll correct it. The url in wich you could fetch the pdf file > is : http://postfixquotareject.ramattack.net/freebsdpxehowto.pdf > > Thank you very much. > > Bye!!_______________________________________________ > 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" >