summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorPaul Nasrat <pnasrat@redhat.com>2005-08-19 19:43:39 +0000
committerPaul Nasrat <pnasrat@redhat.com>2005-08-19 19:43:39 +0000
commit34737651369521e81d9c307f3bbad84c0b82f4e5 (patch)
tree95082c7e3055d77dc6d6eaa5f1b4f667faa552b7 /anaconda
parent231a239587b541492e90879ceb12c8f777e63f9f (diff)
downloadanaconda-34737651369521e81d9c307f3bbad84c0b82f4e5.tar.gz
anaconda-34737651369521e81d9c307f3bbad84c0b82f4e5.tar.xz
anaconda-34737651369521e81d9c307f3bbad84c0b82f4e5.zip
break all but nfs installs
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda8
1 files changed, 8 insertions, 0 deletions
diff --git a/anaconda b/anaconda
index 7760d04ad..9707d6b1b 100755
--- a/anaconda
+++ b/anaconda
@@ -1073,6 +1073,14 @@ if method:
log.critical (_("unknown install method: %s"), method)
sys.exit(1)
+if not method.startswith('nfs:/'):
+ intf.messageWindow(_("Install Method Unavailable"),
+ _("Anaconda is undergoing major backend work "
+ "currently only nfs tree installs are supported. "
+ "We apologise for any inconvenience. "
+ "Normal service will be resumed ASAP.")
+ sys.exit(42)
+
floppyDevice = floppy.probeFloppyDevice()
# create device nodes for detected devices if we're not running in test mode