diff options
author | Matt Wilson <msw@redhat.com> | 2000-01-06 15:00:40 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-01-06 15:00:40 +0000 |
commit | 77e10526955536dcc65b8fc484360a2e634f649e (patch) | |
tree | 3768427b6362cd60c99c1b4cb00f4aa1a5cf21a7 /silo.py | |
parent | 2f5364beda5b899fccb1d4d95e378db0ae1a545b (diff) | |
download | anaconda-77e10526955536dcc65b8fc484360a2e634f649e.tar.gz anaconda-77e10526955536dcc65b8fc484360a2e634f649e.tar.xz anaconda-77e10526955536dcc65b8fc484360a2e634f649e.zip |
merge from Alpha/SPARC branch
Diffstat (limited to 'silo.py')
-rw-r--r-- | silo.py | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -235,6 +235,12 @@ class SiloInstall: if todo.liloDevice == "mbr": device = mbrpart + try: + num = _silo.zeroBasedPart(todo.instPath + "/dev/" + boothd) + if num: + device = boothd + "%d" % num + except: + pass else: device = bootpart args.append("-t") |