From 213b9d2b3d82874dd28e3e76957e3911a76d1a48 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 11 Sep 2002 15:49:43 +0000 Subject: add a "cdrom-changedisk.img" special bootdisk for CD #2, for people who can't boot the isolinux --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4c96865cd..7d252daa1 100644 --- a/Makefile +++ b/Makefile @@ -62,6 +62,7 @@ install_only: ifeq (i386,$(ARCH)) rm -rf $(ROOTDEST)/isolinux cp -af isolinux $(ROOTDEST) + cp -f images/cdrom-changedisk.img $(ROOTDEST)/images endif install live_update $(ROOTDEST)/live_update -- cgit v1.2.1