diff options
author | Adam Lebsack <adam@mandriva.com> | 2000-03-03 03:52:31 +0000 |
---|---|---|
committer | Adam Lebsack <adam@mandriva.com> | 2000-03-03 03:52:31 +0000 |
commit | 48b4c7ddf34502c7d75980f740a1ca6c406ed0e8 (patch) | |
tree | 76998f9abc4a08830afec445ee5984fc14e309e0 | |
parent | 2ed60ec380371c720c59e8bc0f70d68489deb116 (diff) | |
download | drakx-48b4c7ddf34502c7d75980f740a1ca6c406ed0e8.tar drakx-48b4c7ddf34502c7d75980f740a1ca6c406ed0e8.tar.gz drakx-48b4c7ddf34502c7d75980f740a1ca6c406ed0e8.tar.bz2 drakx-48b4c7ddf34502c7d75980f740a1ca6c406ed0e8.tar.xz drakx-48b4c7ddf34502c7d75980f740a1ca6c406ed0e8.zip |
Added some PPC stuff for the make. See changelog.
-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; |