Once a SheevaPlug is formated with sheevaplug-installer the minimum to do is :

  • Connect to the serial console, enter U-Boot and set the MAC address :

    setevn ethaddr 00:50:43:01:D2:94
    saveenv
    reset
    
  • Then login and :

    # Set the time-zone
    dpkg-reconfigure tzdata
    #Set the host name
    echo plugfox.vbfox.local > /etc/hostname
    /etc/init.d/hostname.sh