I'm here to ask something that is taking me a lot of time and now I don' t know how to continue, and this is a really big(and awesome) community.
Well, the problem is that I'm trying to do a distributed Linux system for schools and universities, It takes the SquashFS from an Apache server, the initrd and kernel loaded via TFTP and when it starts, it loads all the system in the RAM. The idea is to make as secure as possible, and when the computer turns off, all the data of the system is clean, but the problem is with the home folder...
The home folder is in a NFS server, and I'm trying to make different folder for each user, using the MAC address of the computer to create a folder in the NFS server and connect to it, but i don't know how to pass the MAC address on boot-time to create the folder in first time, and if the home folder of this MAC exists, connect to it, using fstab like now with a user-proof folder.
Thanks in advance!