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:
parent
decd51de2d
commit
e4486ca231
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user