From 5ec3046ed5cdf3eefbfc01868a641c320a781e9c Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Tue, 7 Sep 1999 19:15:35 +0000 Subject: todo.py --- installclass.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'installclass.py') diff --git a/installclass.py b/installclass.py index 68a5169ea..29f34a77f 100644 --- a/installclass.py +++ b/installclass.py @@ -131,6 +131,9 @@ class InstallClass: self.gateway = gateway self.nameserver = nameserver + def setZeroMbr(self, state): + self.zeroMbr = state + def getNetwork(self): return (self.bootProto, self.ip, self.netmask, self.gateway, self.nameserver) @@ -156,6 +159,7 @@ class InstallClass: self.clearParts = 0 self.clearText = None self.clearPartText = None + self.zeroMbr = 0 # custom installs are easy :-) class CustomInstall(InstallClass): -- cgit