mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-31 10:06:39 +00:00
Merge pull request #956 from immarvin/ongenimagemount
fix a typo in rh/genimage
This commit is contained in:
commit
b908019a59
@ -999,7 +999,7 @@ sub mkinitrd_dracut {
|
||||
|
||||
# update etc/dracut.conf
|
||||
open($DRACUTCONF, '>', "$rootimg_dir/etc/dracut.conf");
|
||||
print $DRACUTCONF qq{dracutmodules+="$$dracutmodulelist"\n};
|
||||
print $DRACUTCONF qq{dracutmodules+="$dracutmodulelist"\n};
|
||||
print $DRACUTCONF qq{add_drivers+="$add_drivers"\n};
|
||||
close $DRACUTCONF;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user