From e9e0d80df98b60be98aa143d179774235e25a6d4 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Thu, 14 Dec 2006 19:41:24 +0000 Subject: Make device nodes in anaconda instead of in runRescue so cachedDrives isn't empty. --- anaconda | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'anaconda') diff --git a/anaconda b/anaconda index a591c788c..19e5bb9ac 100755 --- a/anaconda +++ b/anaconda @@ -738,6 +738,9 @@ if __name__ == "__main__": import rescue, instdata + iutil.makeDriveDeviceNodes() + iutil.makeCharDeviceNodes() + anaconda.id = instdata.InstallData(anaconda, [], "fd0", anaconda.methodstr, opts.display_mode) rescue.runRescue(anaconda) @@ -860,6 +863,8 @@ if __name__ == "__main__": xserver.logfile = "/tmp/ramfs/X.log" try: + import pdb + pdb.set_trace() xserver.generateConfig() xserver.addExtraScreen("Anaconda") xserver.display = ":1" -- cgit