summaryrefslogtreecommitdiffstats
path: root/silo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-01-06 15:00:40 +0000
committerMatt Wilson <msw@redhat.com>2000-01-06 15:00:40 +0000
commit77e10526955536dcc65b8fc484360a2e634f649e (patch)
tree3768427b6362cd60c99c1b4cb00f4aa1a5cf21a7 /silo.py
parent2f5364beda5b899fccb1d4d95e378db0ae1a545b (diff)
downloadanaconda-77e10526955536dcc65b8fc484360a2e634f649e.tar.gz
anaconda-77e10526955536dcc65b8fc484360a2e634f649e.tar.xz
anaconda-77e10526955536dcc65b8fc484360a2e634f649e.zip
merge from Alpha/SPARC branch
Diffstat (limited to 'silo.py')
-rw-r--r--silo.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/silo.py b/silo.py
index 4a5e40e37..16e597259 100644
--- a/silo.py
+++ b/silo.py
@@ -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")