#!/bin/sh
# start up script fuer Anpassungen 
echo "noname" > /etc/hostname
hostname -F /etc/hostname
cp /mnt/network /etc/init.d/

