2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-08 22:01:30 +00:00

Improve the error message for the missing netboot/initrd.gz

on Ubuntu Linux.  This needs to be obtained from the Ubuntu
download site and copied over into the netboot directory.
This commit is contained in:
Victor Hu
2015-01-26 11:44:16 -05:00
parent ed9b1dd768
commit 0d37662bb5

View File

@ -713,7 +713,7 @@ sub mkinstall
}
if ($arch =~ /ppc64/i and !(-e "$pkgdir/install/netboot/initrd.gz")) {
$callback->({error => ["The netboot initrd not found in $pkgdir/install/netboot, pls download first"],
$callback->({error => ["The network boot initrd.gz is not found in $pkgdir/install/netboot. This is provided by Ubuntu, please download and retry."],
errorcode=>[1]});
next;
}