From 8969c57b75f6a8f1fa09afaf01cbc7583f5d98d0 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Mon, 8 Feb 2010 03:40:40 -0300 Subject: Delete old configs files Split from commit 00dda7d4 from Svenstaro repo. Signed-off-by: Gerardo Exequiel Pozzi --- configs/default/Makefile | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 configs/default/Makefile (limited to 'configs/default/Makefile') diff --git a/configs/default/Makefile b/configs/default/Makefile deleted file mode 100644 index 82482be..0000000 --- a/configs/default/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -#### Change these settings to modify how this ISO is built -# The directory that we use for working files -WORKDIR=work -# A list of packages to install, space separated. Can include groups -PACKAGES="base grub" -# The name of our ISO. Does not specify the architecture! -ISONAME=sample-1.0.0.iso - -all: - mkarchiso -p "$(PACKAGES)" create "$(WORKDIR)" - - # Do any editing to $(WORKDIR)/iso/ or $(WORKDIR)/root-image/ here - # Copy grub files to the ISO dir so we can boot it - mkdir -p "$(WORKDIR)/iso/boot/grub" - mv "$(WORKDIR)/root-image/boot" "$(WORKDIR)/iso/" - cp -r "$(WORKDIR)/root-image/usr/lib/grub/i386-pc/"* "$(WORKDIR)/iso/boot/grub" - - # Use our own menu.lst - cp menu.lst "$(WORKDIR)/iso/boot/grub/" - - #Rebuild the mkinitcpio image with the archiso hook - mkinitcpio -c mkinitcpio.conf -b "$(WORKDIR)/root-image" -k $(kver) -g "$(WORKDIR)/iso/boot/archiso.img" - - mkarchiso -p grub iso "$(WORKDIR)" "$(ISONAME)" - - # Cleanup our working dir - rm -rf "$(WORKDIR)" - -clean: - rm -rf "$(WORKDIR)" "$(ISONAME)" -- cgit v1.2.3-70-g09d2