==================================================
/etc/laptop-net/profiles/${PROFILE}
--------------------------------------------------
The ${PROFILE} directory must respect the following rules to be usable:
- at least two characters
- allowed characters are letters and numbers
- must have a patterns file

==================================================
/etc/laptop-net/profiles/${PROFILE}/patterns
--------------------------------------------------
The patterns file can contain lines of any of the forms:

------------8<-------------------
IP,PROFILE,INTERFACE,HWADDRESS
IP,PROFILE,INTERFACE
IP,PROFILE
IP
------------8<-------------------
IP can be written as a complete IP, or as a mask. "10.10.*.*"
is a valid value.

==================================================
/etc/laptop-net/profiles/${PROFILE}/files.d/
--------------------------------------------------
!!!!!!!!!!  THIS CAN BE VERY DANGEROUS  !!!!!!!!!!

The files.d directory contains a tree structure of files which will be
copied over the / of the filesystem when entering the profile.

It could be used in such situations such as a network where is desirable
that a host to be resolved to localhost (e.g.: local mirror on a
disconnected machine - replace the regular /etc/hosts with a new /etc/hosts
file which will resolv ftp.ro.debian.org to localhost).
==================================================
/etc/laptop-net/profiles/${PROFILE}/before-deselect
/etc/laptop-net/profiles/${PROFILE}/after-select
--------------------------------------------------
Scripts to be ran pre-down and post-up, respectively.
See the example scripts for more details.
