summaryrefslogtreecommitdiffstats
path: root/silo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-05 18:58:26 +0000
committerMatt Wilson <msw@redhat.com>2000-02-05 18:58:26 +0000
commitb9d3625b6bc832e990ccaced7b8f9f056c28a44e (patch)
treea278ac973b5f72f13c3bdbd3512452753ac311c8 /silo.py
parentf299d4c10cb9aeecf2d96635530b3873d42df8e3 (diff)
downloadanaconda-b9d3625b6bc832e990ccaced7b8f9f056c28a44e.tar.gz
anaconda-b9d3625b6bc832e990ccaced7b8f9f056c28a44e.tar.xz
anaconda-b9d3625b6bc832e990ccaced7b8f9f056c28a44e.zip
more sparc changes
Diffstat (limited to 'silo.py')
-rw-r--r--silo.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/silo.py b/silo.py
index 9c8512229..0c3c2bce1 100644
--- a/silo.py
+++ b/silo.py
@@ -356,10 +356,11 @@ class SiloInstall:
def getAppend(self):
return self.siloAppend
- def __init__(self):
+ def __init__(self, serial = 0):
self.siloImages = {}
self.siloDevice = 'mbr'
self.siloLinear = 1
self.siloAppend = None
self.default = None
self.initrdsMade = {}
+ self.serial = serial