[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH] Create /dev nodes after DUDs are processed (#707563)
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Subject: Re: [PATCH] Create /dev nodes after DUDs are processed (#707563)
- Date: Thu, 2 Jun 2011 11:11:33 -0400
> The check is already there, take a look at around line 190:
>
> if(errno!=EEXIST) {
> logMessage(ERROR, "Failed to create device node (%s %i:%i).", dnode, major, minor);
> }
>
> The error will be printed only for nonexisting devices.
Ah yes, so it will. Outstanding.
- Chris
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]