From 08099afba2dc3d6fa0f3f5f63137a5da848942d4 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Fri, 1 Feb 2002 02:37:11 +0000 Subject: 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 --- anaconda | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'anaconda') 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) -- cgit