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 decd51de2d
commit e4486ca231

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;
}