Date: Sun, 22 Jan 2006 12:49:30 +0200 From: Danny Braniss <danny@cs.huji.ac.il> To: Marten Vijn <info@martenvijn.nl> Cc: Karel Miklav <karel.miklav@siol.net>, freebsd-stable@freebsd.org Subject: Re: PXE Installation Message-ID: <E1F0cmo-000DAD-7A@cs1.cs.huji.ac.il> In-Reply-To: Your message of Fri, 20 Jan 2006 23:48:31 %2B0100 .
next in thread | raw e-mail | index | archive | help
> On Fri, 2006-01-20 at 03:36 +0100, Karel Miklav wrote: > > Hi, > > > > I'm trying to install FreeBSD 6.0 to a sub-notebook without > > floppy or optical unit. > > > Please give me a hand, I'm playing with this for whole week. > > > nice game aint it? sure of your friends is tcpdump :) > > > steps to follow (more below), create: > > 1 pxeboot > 2 exports a nfs bootdir > 3 populate bootdir > 4 config dhcpd.conf > 5 add hosts to dns or /etc/hosts > 6 proper config for the bootdir > > 1. pxe > > mkdir /tftboot > cp /boot/pxeboot /tftboot/ > change in /etc/inetd.conf (remove #) > > #tftp dgram udp wait root /usr/libexec/tftpd > tftpd -l -s /tftpboot > to > tftp dgram udp wait root /usr/libexec/tftpd > tftpd -l -s /tftpboot > > /etc/rc.d/inetd restart > > 2. exports a nfs bootdir > > add this line to /etc/exports > > /usr/ -maproot=0 -alldirs > this should be more secure: /usr -ro -maproot=root -alldirs ... danny
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1F0cmo-000DAD-7A>