After talking with the guys on #Debian-Live I did find out what needs to be done. Mainly, you need to include your filesystem.squashfs file in config/binary_local-includes. I then have my build script write out a new EXPORTS file mapping to "/live/image/debian-live"...on boot up of my LivePXE/TFP/NFS image, I have a script which runs to configure the PXE/TFTP server. I have added a line to the ".bash_profile" file stating: sudo /usr/bin/myscript.sh, this script asks for IP information for the server sets a static IP address and then writes a proper menu.cfg for the TFTPBoot server. =) Thanks all... Stephen (AKA: Screwba)
________________________________ From: [EMAIL PROTECTED] on behalf of Michael Creel Sent: Wed 6/25/2008 4:50 AM To: Stephen Yorke Cc: Debian Live Subject: Re: Live-Helper PXE/TFTP server DebianLive error On Mon, Jun 23, 2008 at 12:38 AM, Stephen Yorke <[EMAIL PROTECTED]> wrote: > HEYA ALL... > > I am getting an error when trying to mount my source via my exports file: > > /srv/debian-live *(ro,sync,no_subtree_check,no_root_squash) > > When I boot my LiveCD I get the error: > > exportfs: Warning: /srv/debian-live does not support NFS export. > > I am sure others have run into this and am wondering how you overcame it. I > know PelicanHPC does this and runs has pretty much the same EXPORTS file I > use with the exception Pelican uses a FSID=12345 which I do not think is > really needed. > > I have an actual TFTPBoot/PXE server setup and that servers EXPORTS file > reads: > > /srv/debian-live *(ro,sync,no_subtree_check,no_root_squash) > > Everything works fine with this server. > > I am thinking it has something to due with everything running as a LiveFS > but am not sure. > > Can anyone out there shed some light on this for me? > > Thanks in advance, > > Stephen > > _______________________________________________ > debian-live-devel mailing list > [email protected] > http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel > > Stephen, the aufs mail list about half a year ago suggested that the fsid option was needed for NFS export. For PelicanHPC I did a lot of trial and error to get it to work, and I have forgotten the details now that it has been working for a while. Cheers, Michael _______________________________________________ debian-live-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

