mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-07-31 18:19:40 +00:00
Merge pull request #7692 from VersatusHPC/harvest/genimagenote
fix(genimage): explain the harmless bus messages from the image chroot
This commit is contained in:
@@ -1007,6 +1007,10 @@ if ($dracutmode) {
|
||||
mkinitrd("stateless");
|
||||
}
|
||||
|
||||
# systemd tooling run inside the image chroot has no bus to talk to, so it
|
||||
# complains even though the image builds correctly
|
||||
print "It is safe to ignore the 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;
|
||||
my $liblist = `chroot $rootimg_dir ldd $file`;
|
||||
|
||||
Reference in New Issue
Block a user