From 8e78685eed20c4bc34e6a22ac8e6548c9305411a Mon Sep 17 00:00:00 2001 From: Stew Benedict Date: Thu, 23 Jun 2005 05:07:39 +0000 Subject: Setup needed files for Xbox boot in /export --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1885a64dc..c243ba874 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,7 @@ install_only: ifeq (i386,$(ARCH)) rm -rf $(ROOTDEST)/isolinux + [ -d isolinux/xbox ] && mv -f isolinux/xbox/{linuxboot.cfg,default.xbe} $(ROOTDEST) cp -af isolinux $(ROOTDEST) endif -- cgit v1.2.1