summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-05-29 03:11:06 +0000
committerJeremy Katz <katzj@redhat.com>2002-05-29 03:11:06 +0000
commitc156782e62a09c67f6784c5e05eec4f435d96baa (patch)
treed0a93e1b3c4f5dad56ffa4cd5d8f5d92314f413c
parenta5e5c9b6d04c800dd69caa8a7dc1c57c56b2c8eb (diff)
downloadanaconda-c156782e62a09c67f6784c5e05eec4f435d96baa.tar.gz
anaconda-c156782e62a09c67f6784c5e05eec4f435d96baa.tar.xz
anaconda-c156782e62a09c67f6784c5e05eec4f435d96baa.zip
now that we have gazillions of inodes, let's create device nodes again
-rwxr-xr-xanaconda4
1 files changed, 4 insertions, 0 deletions
diff --git a/anaconda b/anaconda
index 8198a0be7..f9760ccb4 100755
--- a/anaconda
+++ b/anaconda
@@ -617,6 +617,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)