summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-29 16:52:19 +0000
committerMatt Wilson <msw@redhat.com>1999-09-29 16:52:19 +0000
commitdbe682fe553374bc9eea727e7a8bb7e24424657e (patch)
treeefba06276e969eb6b54dba2a71a006d29b3c60ce /todo.py
parent1a7154fc8624308bbe6a20621113be739b44f77c (diff)
downloadanaconda-dbe682fe553374bc9eea727e7a8bb7e24424657e.tar.gz
anaconda-dbe682fe553374bc9eea727e7a8bb7e24424657e.tar.xz
anaconda-dbe682fe553374bc9eea727e7a8bb7e24424657e.zip
fix for alpha?
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/todo.py b/todo.py
index c93034631..8f8a88614 100644
--- a/todo.py
+++ b/todo.py
@@ -674,6 +674,8 @@ class ToDo:
isys.makeDevInode(device, '/tmp/' + device)
if fsystem == "ext2" and createFs:
args = [ "mke2fs", '/tmp/' + device ]
+ if iutil.getArch () == "alpha":
+ args.append ("-r", "0")
# set up raid options for md devices.
if device[:2] == 'md':
for (rmnt, rdevice, fsType, raidType, makeup) in raid: