summaryrefslogtreecommitdiffstats
path: root/loader2/loader.h
diff options
context:
space:
mode:
authorKarsten Hopp <karsten@redhat.de>2004-09-01 14:02:17 +0000
committerKarsten Hopp <karsten@redhat.de>2004-09-01 14:02:17 +0000
commitc17faeb0d622047ea6265abfa448428b6455d3af (patch)
treeea41d9d74c3fcf94fa6dbac75b1229feaec23a9f /loader2/loader.h
parentf2bffa25e02bbd0ed2262c12ed47a050fbeabec0 (diff)
downloadanaconda-c17faeb0d622047ea6265abfa448428b6455d3af.tar.gz
anaconda-c17faeb0d622047ea6265abfa448428b6455d3af.tar.xz
anaconda-c17faeb0d622047ea6265abfa448428b6455d3af.zip
- Things are getting complicated.
qeth can hav eth, hsi and tr interfaces, lcs can have eth and tr interfaces, too. We can't tell apart if p.e. eth0 is qeth or lcs, but need to know it for sysfs configuration. Remove TYPE=QETH hack and use a more generic NETTYPE instead
Diffstat (limited to 'loader2/loader.h')
-rw-r--r--loader2/loader.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/loader2/loader.h b/loader2/loader.h
index 91bc49ab5..20b8b8e4b 100644
--- a/loader2/loader.h
+++ b/loader2/loader.h
@@ -87,9 +87,8 @@ struct loaderData_s {
int netDev_set;
char * netCls;
int netCls_set;
- char * ip, *netmask, *gateway, *dns, *hostname, *peerid, *ethtool, *subchannels, *portname, *essid, *wepkey;
+ char * ip, *netmask, *gateway, *dns, *hostname, *peerid, *ethtool, *subchannels, *portname, *essid, *wepkey, *nettype;
int mtu;
- int is_qeth;
int noDns;
int ipinfo_set;
char * ksFile;