Alten PCMCIA Code aus dem Installer entfernt.

Unattended Installation bearbeitet.
HTTP/FTP-Installation nun moeglich.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@449 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-03-17 21:14:34 +00:00
parent 4809e64e27
commit c78a77ebeb
12 changed files with 211 additions and 1121 deletions

View File

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