diff options
author | Matt Wilson <msw@redhat.com> | 2000-02-05 18:58:26 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-02-05 18:58:26 +0000 |
commit | b9d3625b6bc832e990ccaced7b8f9f056c28a44e (patch) | |
tree | a278ac973b5f72f13c3bdbd3512452753ac311c8 /silo.py | |
parent | f299d4c10cb9aeecf2d96635530b3873d42df8e3 (diff) | |
download | anaconda-b9d3625b6bc832e990ccaced7b8f9f056c28a44e.tar.gz anaconda-b9d3625b6bc832e990ccaced7b8f9f056c28a44e.tar.xz anaconda-b9d3625b6bc832e990ccaced7b8f9f056c28a44e.zip |
more sparc changes
Diffstat (limited to 'silo.py')
-rw-r--r-- | silo.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |