diff options
-rwxr-xr-x | make_boot_img | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/make_boot_img b/make_boot_img index 28f50598a..aee24c284 100755 --- a/make_boot_img +++ b/make_boot_img @@ -232,6 +232,13 @@ image=/vmlinux.gz } } +sub boot_img_ppc { + my ($mnt, $img) = @_; + # Here's a quick hack... just to give the script somethign to do. :) + # We do not yet have a set way of making bootable images. + _ "cp $type.rdz $img"; +} + sub output { my $f = shift; local *F; |