mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-21 10:40:24 +00:00
strip ".ko" from the ndriver name
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6660 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -491,6 +491,8 @@ sub mkinitrd_dracut {
|
||||
cp("$fullpath/dracut/check", $dracutmpath);
|
||||
chmod($perm&07777, "$dracutmpath/check");
|
||||
|
||||
foreach (@ndrivers) { s/\.ko$//; }
|
||||
|
||||
my $add_drivers = join(' ', @ndrivers);
|
||||
my $DRACUTCONF;
|
||||
|
||||
|
Reference in New Issue
Block a user