]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Move config/bootsplash -> src/.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 25 Aug 2009 09:50:11 +0000 (11:50 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 25 Aug 2009 09:50:11 +0000 (11:50 +0200)
lfs/cdrom
lfs/grub
lfs/pxe
src/bootloader/boot.msg [moved from config/bootloader/boot.msg with 100% similarity]
src/bootloader/grub.conf [moved from config/bootloader/grub.conf with 100% similarity]
src/bootloader/installer.conf [moved from config/bootloader/installer.conf with 100% similarity]
src/bootloader/options.msg [moved from config/bootloader/options.msg with 100% similarity]
src/bootloader/pxe.conf [moved from config/bootloader/pxe.conf with 100% similarity]
src/bootloader/splash.jpg [moved from config/bootloader/splash.jpg with 100% similarity]
src/bootloader/splash.lss [moved from config/bootloader/splash.lss with 100% similarity]
src/bootloader/splash.xpm.gz [moved from config/bootloader/splash.xpm.gz with 100% similarity]

index ca0433fe7a328e68554d33b0da94349fba10764c..8e393ed20e60037d53028062c6f76686bb1f9a71 100644 (file)
--- a/lfs/cdrom
+++ b/lfs/cdrom
@@ -99,9 +99,9 @@ endif
        # Install isolinux & configuration
        cp -vf /usr/share/syslinux/{isolinux.bin,vesamenu.c32} \
                /usr/lib/memtest86+/memtest.bin \
-               $(DIR_CONF)/bootloader/splash.{jpg,lss} \
-               $(DIR_CONF)/bootloader/*.msg $(CDROM_DIR)/isolinux/
-       $(INSTALL_CONFIG) $(DIR_CONF)/bootloader/installer.conf \
+               $(DIR_SOURCE)/bootloader/splash.{jpg,lss} \
+               $(DIR_SOURCE)/bootloader/*.msg $(CDROM_DIR)/isolinux/
+       $(INSTALL_CONFIG) $(DIR_SOURCE)/bootloader/installer.conf \
                > $(CDROM_DIR)/isolinux/isolinux.cfg
 
        # Info file
index 8f10312c103a3df8237fb6fbd7c5bf010cd6fa8f..2da93b4542935098dc6f4dee74216fd6cbe252a4 100644 (file)
--- a/lfs/grub
+++ b/lfs/grub
@@ -132,7 +132,7 @@ $(OBJECT): $(objects)
 
        mkdir -vp /boot/grub
        
-       for i in $(DIR_SRC)/config/bootloader/{grub.conf,splash.xpm.gz}; do \
+       for i in $(DIR_SOURCE)/bootloader/{grub.conf,splash.xpm.gz}; do \
            [ -f $$i ] && cp -vf $$i /boot/grub; \
        done
 
diff --git a/lfs/pxe b/lfs/pxe
index 21e9ff2c9010dc2eebae8b8e6f4b04abb0d3c06a..71039bdc1436ac045c070069801e537b64437bb8 100644 (file)
--- a/lfs/pxe
+++ b/lfs/pxe
@@ -77,11 +77,11 @@ $(OBJECT): $(objects)
        cp -vf $(IMAGES_DIR)/initramfs-$(VERSION).img $(CDROM_DIR)/$(SNAME)/initrd0
        cp -vf /boot/ipfirekernel-$(KVER) $(CDROM_DIR)/$(SNAME)/$(SNAME)0
        cp -vf /usr/share/syslinux/vesamenu.c32 \
-               $(DIR_CONF)/bootloader/splash.{jpg,lss} \
-               $(DIR_CONF)/bootloader/*.msg $(CDROM_DIR)/$(SNAME)/
+               $(DIR_SOURCE)/bootloader/splash.{jpg,lss} \
+               $(DIR_SOURCE)/bootloader/*.msg $(CDROM_DIR)/$(SNAME)/
 
        cp -vf /usr/share/syslinux/pxelinux.0 $(CDROM_DIR)/
-       $(INSTALL_CONFIG) $(DIR_CONF)/bootloader/pxe.conf \
+       $(INSTALL_CONFIG) $(DIR_SOURCE)/bootloader/pxe.conf \
                > $(CDROM_DIR)/pxelinux.cfg/$(SNAME)-pxe-$(VERSION).model
 
        sed -e "s@splash@$(SNAME)/splash@g" \