2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-09-08 11:18:31 +00:00

Add a message to genimage about bus messages

The service handling in systemd causes it to show scary
looking messages to user.  This reassures that the message
is benign.
This commit is contained in:
Jarrod Johnson
2018-02-26 15:01:20 -05:00
parent 202004aaaa
commit e372fb5b73

View File

@@ -957,6 +957,7 @@ if ($dracutmode) {
push @ndrivers, @drivers;
mkinitrd("stateless");
}
print "It is safe to ignore message 'Failed to connect to bus: No such file or directory' that may have appeared above one or more times.\n";
sub getlibs {
my $file = shift;