Domainkonfiguration neu gemacht.

USB-Stick Images hinzugefuegt.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@460 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-03-25 06:43:08 +00:00
parent 5b1396b0ea
commit 4dc82852da
12 changed files with 143 additions and 20 deletions

View File

@@ -24,12 +24,14 @@ case "${1}" in
evaluate_retval
boot_mesg "Setting hostname to ${HOSTNAME}..."
if [ -z "$DOMAINNAME" ]; then
hostname ${HOSTNAME}
else
hostname ${HOSTNAME}.${DOMAINNAME}
fi
hostname ${HOSTNAME}
evaluate_retval
if [ -z "$DOMAINNAME" ]; then
boot_mesg "Setting domainname to ${DOMAINNAME}..."
domainname ${DOMAINNAME}
evaluate_retval
fi
;;
stop)