#%% begin initialize 
if [ ! -f /etc/mdadm.conf ]; then
  ( cd /etc && cp mdadm.conf.dist mdadm.conf )
fi
#%% end
