From 48b4c7ddf34502c7d75980f740a1ca6c406ed0e8 Mon Sep 17 00:00:00 2001 From: Adam Lebsack Date: Fri, 3 Mar 2000 03:52:31 +0000 Subject: Added some PPC stuff for the make. See changelog. --- make_boot_img | 7 +++++++ 1 file changed, 7 insertions(+) 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; -- cgit v1.2.1