diff options
author | Matt Wilson <msw@redhat.com> | 1999-10-09 16:23:47 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-10-09 16:23:47 +0000 |
commit | 0e6947d07d292ce2270d13058cf843535266bd58 (patch) | |
tree | 0d19f6ac195cb6390541bf08342cf48dffc8a345 /balkan/testit | |
parent | 2c714b8351873dbbf6fc00d5aab11e6f5b2a328e (diff) | |
download | anaconda-0e6947d07d292ce2270d13058cf843535266bd58.tar.gz anaconda-0e6947d07d292ce2270d13058cf843535266bd58.tar.xz anaconda-0e6947d07d292ce2270d13058cf843535266bd58.zip |
added bsd disklabel support
Diffstat (limited to 'balkan/testit')
-rwxr-xr-x | balkan/testit | 2 |
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] |