From a226815ef06f303db79fef717ca93ac044454246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Thu, 17 Mar 2005 15:49:16 +0000 Subject: MERGE: pcmcia is available on x86-64 --- make_boot_img | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_boot_img b/make_boot_img index 364c3fb08..138d7c9d3 100755 --- a/make_boot_img +++ b/make_boot_img @@ -181,7 +181,7 @@ sub initrd { _ "$sudo mknod $mnt/dev/ttyp0 c 3 0"; } - if (member($type, qw(pcmcia all network)) && $arch !~ /ppc|ia64|x86_64/) { + if (member($type, qw(pcmcia all network)) && $arch !~ /ppc|ia64/) { _ "$sudo cp -a /etc/pcmcia $mnt/etc"; _ "cp $mnt/etc/pcmcia/config /tmp/pcmcia_config_tmp"; _ "tools/patch_pcmcia_config.pl /tmp/pcmcia_config_tmp kernel/all.kernels/$main/modules.dep"; -- cgit v1.2.1