summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-08-11 18:05:35 +0200
committerDirk von Suchodoletz2006-08-11 18:05:35 +0200
commit9b961d44b99dbcef2de02aac8a06036dc8b8cb00 (patch)
treed64f9dee17c694ec963e0ef1f3fc6ee388cd2187 /installer
parentInitial Makefile to distribute as a tar ball. (diff)
downloadcore-9b961d44b99dbcef2de02aac8a06036dc8b8cb00.tar.gz
core-9b961d44b99dbcef2de02aac8a06036dc8b8cb00.tar.xz
core-9b961d44b99dbcef2de02aac8a06036dc8b8cb00.zip
Changes for new filesystem structure (see BootRootVerzeichnisse) and
minor bugfix in old ld4-inst. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@294 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer')
-rwxr-xr-xinstaller/ld4-inst6
1 files changed, 3 insertions, 3 deletions
diff --git a/installer/ld4-inst b/installer/ld4-inst
index a36bb778..7e4c20e7 100755
--- a/installer/ld4-inst
+++ b/installer/ld4-inst
@@ -4,8 +4,8 @@
# cloning from rsync source for Diskless X Stations (v4.0)
#
# Author(s): Nico Dietrich, 04-04-2006
-# Dirk von Suchodoletz <dirk@goe.net>, 29-07-2006
-# Michael Janczyk, <mj0>, 06-07-06
+# Dirk von Suchodoletz <dirk@goe.net>, 11-08-2006
+# Michael Janczyk, <mj0>, 06-07-2006
#
# Copyright: (c) 2003, 2006 - RZ Universitaet Freiburg
#
@@ -171,7 +171,7 @@ configure() {
# ---> Variablenraten macht eigentlich nur hier Sinn, da sonst ja Werte vom
# letzten Mal
# if ! [ -z "${netmask}" -a -z "${broadcast}" -a -z "${netname}" -a -z "${server}" ] ; then
-# ipcfg=( `ifconfig eth0 | grep "inet addr" | sed -e "s,[a-zA-Z]*:,,g"` )
+# ipcfg=( `ifconfig eth0 | grep "inet " | sed -e "s,[a-zA-Z]*:,,g"` )
# netmask=${ipcfg[3]}
# broadcast=${ipcfg[2]}
# # quickhack (more intelligent solution needed ...)