# Equivalent of the following:
#--with-avail==networking --net-dev=eth0 --rootfs nfs --rootdev=192.168.0.254:/opt/ltsp/i386 --rootopts=noatime,dhcp
availmodules="=networking"
NET_LIST="eth0"
rootfs="nfs"
rootdev="192.168.0.254:/opt/ltsp/i386"
rootopts="noatime,dhcp"
BOOTPROTO="dhcp"
