diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-28 21:24:06 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-28 21:24:06 +0000 |
commit | 2f5480e6c0769b793f206dddf07dc06a760748a1 (patch) | |
tree | b609d29de04fd4a16dc785120672fc21594ece9c /silo.py | |
parent | a2a3f4d6cf8f274b477ec79c1fdcf81379edb47f (diff) | |
download | anaconda-2f5480e6c0769b793f206dddf07dc06a760748a1.tar.gz anaconda-2f5480e6c0769b793f206dddf07dc06a760748a1.tar.xz anaconda-2f5480e6c0769b793f206dddf07dc06a760748a1.zip |
oops - remove the -r flag, as we're chroot()'ing first.
Diffstat (limited to 'silo.py')
-rw-r--r-- | silo.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ class SiloInstall: else: raise RuntimeError, "Installing silo, but there is no root device" - args = [ "silo", "-r", todo.instPath ] + args = [ "silo" ] if (todo.liloDevice != "mbr"): args.append("-t") |