diff options
-rwxr-xr-x | make_boot_img | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make_boot_img b/make_boot_img index e0640ee6d..5d9532160 100755 --- a/make_boot_img +++ b/make_boot_img @@ -80,7 +80,7 @@ sub initrd { install_stripped("$instdir/$install", "$mnt/sbin/stage1"); my $ftype = $type =~ /^(all)$/ ? "pcmcia" : $type; - if ($ftype eq "pcmcia") { + if ($ftype eq "pcmcia" && $arch !~ /ppc/) { _ "$sudo cp -a /etc/pcmcia $mnt/etc"; _ "$sudo patch -p0 -d $mnt/etc < $instdir/pcmcia_config.patch"; } |