Post
Topic
Board Project Development
Re: LinuxCoin A lightweight Debian based OS with everything ready to go.
by
EnzoMatrix
on 30/07/2011, 00:06:08 UTC

Everythings included to do that checkout /opt/PXE. I have a video ready to upload talking you through it but here's a quick guide.

cd over to /opt/PXE and open up globals.sh
Set your parameters and make sure you enter a nameserver. most can stay as they are you jest want to worry about
NET_NIC = internet facing network adapter
SRV_NIC = adapter you want to run the server from
NAMESERVERS = your nameserver. You can run nameserver.sh to get yours or use googles which is 8.8.8.8

save and close.

next run pxe_menu.sh
choose option 1
choose option 2
quit

and your golden Cheesy Plug your nodes into your switch and each computer will boot linuxcoin PXE and be ready to roll.


How does persistence work with this type of setup for things like passwords and custom scripts timezone settings and this sort of thing?