From 8fe14f4569b0d7a3511e62254fcf5a11148b8259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Mon, 20 Jan 2003 11:19:16 +0000 Subject: x86-64 specific changes --- Makefile | 1 - make_boot_img | 6 +++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ab939d26c..13c551f8c 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,6 @@ install_only: ifeq (x86_64,$(ARCH)) rm -rf $(ROOTDEST)/isolinux cp -af isolinux $(ROOTDEST) - cp -f images/cdrom-changedisk.img $(ROOTDEST)/images endif install live_update $(ROOTDEST)/live_update diff --git a/make_boot_img b/make_boot_img index 84057a5d0..c876fa64c 100755 --- a/make_boot_img +++ b/make_boot_img @@ -76,7 +76,11 @@ foreach (@kernels) { rename("$img-$main", "$img"); } } -if ($arch =~ /i.86|x86_64/ && $img =~ /all/) { +if ($arch =~ /x86_64/ && $img =~ /all/) { + # isolinux is supposed to work on all those new hardware + isolinux($main, @kernels); +} +if ($arch =~ /i.86/ && $img =~ /all/) { isolinux($main, @kernels); my ($img, $img_sav) = ("images/cdrom.img-$main", 'images/cdrom.img-sav'); -- cgit v1.2.1