summaryrefslogtreecommitdiffstats
path: root/balkan/testit
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-10-09 16:23:47 +0000
committerMatt Wilson <msw@redhat.com>1999-10-09 16:23:47 +0000
commit0e6947d07d292ce2270d13058cf843535266bd58 (patch)
tree0d19f6ac195cb6390541bf08342cf48dffc8a345 /balkan/testit
parent2c714b8351873dbbf6fc00d5aab11e6f5b2a328e (diff)
downloadanaconda-0e6947d07d292ce2270d13058cf843535266bd58.tar.gz
anaconda-0e6947d07d292ce2270d13058cf843535266bd58.tar.xz
anaconda-0e6947d07d292ce2270d13058cf843535266bd58.zip
added bsd disklabel support
Diffstat (limited to 'balkan/testit')
-rwxr-xr-xbalkan/testit2
1 files changed, 1 insertions, 1 deletions
diff --git a/balkan/testit b/balkan/testit
index bd1bb0c39..f53f9776b 100755
--- a/balkan/testit
+++ b/balkan/testit
@@ -2,7 +2,7 @@
import _balkan
-p = _balkan.readTable('/dev/hda')
+p = _balkan.readTable('/dev/sdc')
for i in range(0, len(p) - 1):
(type, start, size) = p[i]