summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-02-01 02:37:11 +0000
committerJeremy Katz <katzj@redhat.com>2002-02-01 02:37:11 +0000
commit08099afba2dc3d6fa0f3f5f63137a5da848942d4 (patch)
treec597b5b584b61add299d9fbb3e5c7fef3af8b265 /anaconda
parenteaf8caa4d665933b9bbb10a34a722de16526ccb8 (diff)
downloadanaconda-08099afba2dc3d6fa0f3f5f63137a5da848942d4.tar.gz
anaconda-08099afba2dc3d6fa0f3f5f63137a5da848942d4.tar.xz
anaconda-08099afba2dc3d6fa0f3f5f63137a5da848942d4.zip
err... as with the commit for iutil, make anaconda create device nodes early so that they can be scanned and used from rescue mode, lvm tools, etc
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda4
1 files changed, 4 insertions, 0 deletions
diff --git a/anaconda b/anaconda
index 16835a891..49fbc78fb 100755
--- a/anaconda
+++ b/anaconda
@@ -603,6 +603,10 @@ if method:
floppyDevice = floppy.probeFloppyDevice()
+# create device nodes for detected devices if we're not running in test mode
+if not flags.test and flags.setupFilesystems:
+ iutil.makeDriveDeviceNodes()
+
id = instClass.installDataClass(extraModules, floppyDevice, configFileData)
#id = instClass.installDataClass(extraModules, floppyDevice)