Author: justin
Date: 2005-11-30 19:09:00 -0700 (Wed, 30 Nov 2005)
New Revision: 1195

Modified:
   branches/6.1.1-newmake/Makefile
   branches/6.1.1-newmake/initramfs/Makefile
   branches/6.1.1-newmake/packages/lfs-bootscripts/langconf
   branches/6.1.1-newmake/packages/linux/Makefile
   branches/6.1.1-newmake/packages/syslinux/Makefile
Log:
Reverted removal of /boot/isolinux directory in 6.1.1-newmake branch.  It is 
required for x86.

Modified: branches/6.1.1-newmake/Makefile
===================================================================
--- branches/6.1.1-newmake/Makefile     2005-11-30 22:07:55 UTC (rev 1194)
+++ branches/6.1.1-newmake/Makefile     2005-12-01 02:09:00 UTC (rev 1195)
@@ -360,8 +360,8 @@
        @>$(MP)/var/log/wtmp
        @>$(MP)/var/log/lastlog
        @install -m644 etc/issue $(MP)/etc/issue
-       @install -m644 isolinux/{isolinux.cfg,*.msg,splash.lss} $(MP)/boot/
-       @sed -i "s/Version:/Version: $(VERSION)/" $(MP)/boot/boot.msg
+       @install -m644 isolinux/{isolinux.cfg,*.msg,splash.lss} 
$(MP)/boot/isolinux
+       @sed -i "s/Version:/Version: $(VERSION)/" $(MP)/boot/isolinux/boot.msg
        @sed -i "s/Version:/Version: $(VERSION)/" $(MP)/etc/issue
        @install -m644 doc/README $(MP)/root/README
        @sed -i "s/\[version\]/$(VERSION)/" $(MP)/root/README
@@ -383,7 +383,7 @@
 
 iso: prepiso $(MP)/iso/.root.sqfs
        @cd $(MP)/iso ; $(MP)/usr/bin/mkisofs -R -l --allow-leading-dots -D -o \
-       $(MKTREE)/lfslivecd-$(VERSION).iso -b boot/isolinux.bin \
+       $(MKTREE)/lfslivecd-$(VERSION).iso -b boot/isolinux/isolinux.bin \
        -c boot/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table \
        -V "lfslivecd-$(VERSION)" ./
 

Modified: branches/6.1.1-newmake/initramfs/Makefile
===================================================================
--- branches/6.1.1-newmake/initramfs/Makefile   2005-11-30 22:07:55 UTC (rev 
1194)
+++ branches/6.1.1-newmake/initramfs/Makefile   2005-12-01 02:09:00 UTC (rev 
1195)
@@ -43,7 +43,7 @@
        $(MK) -m 660 $(WDIR)/dev/sr7 b 11 7
        $(MK) -m 660 $(WDIR)/dev/loop0 b 7 0
        cd $(WDIR); find . | cpio -o -H newc | gzip -9 > 
../initramfs_data.cpio.gz
-       $(CP) initramfs_data.cpio.gz /boot/initramfs_data_cpio.gz
+       $(CP) initramfs_data.cpio.gz /boot/isolinux/initramfs_data_cpio.gz
        rm -rf temp
 
 init:

Modified: branches/6.1.1-newmake/packages/lfs-bootscripts/langconf
===================================================================
--- branches/6.1.1-newmake/packages/lfs-bootscripts/langconf    2005-11-30 
22:07:55 UTC (rev 1194)
+++ branches/6.1.1-newmake/packages/lfs-bootscripts/langconf    2005-12-01 
02:09:00 UTC (rev 1195)
@@ -10,7 +10,7 @@
        exit 0
 fi
 
-LOCALES=`cat /boot/locales*.msg | grep _ | \
+LOCALES=`cat /boot/isolinux/locales*.msg | grep _ | \
     sed 's, ,\n,g' | grep -v '^$' | sort`
 
 ARGS="C Default "
@@ -32,7 +32,7 @@
 echo "LANG=$LANG_SELECTED ; export LANG" >>/etc/sysconfig/rc
 echo "LANG=$LANG_SELECTED ; export LANG" >>/etc/profile
 
-KEYMAPS=`cat /boot/keymaps.msg | grep -v ':' | grep -v '\[' | sort`
+KEYMAPS=`cat /boot/isolinux/keymaps.msg | grep -v ':' | grep -v '\[' | sort`
 ARGS="Default \"\" "
 for K in $KEYMAPS ; do
        ARGS="$ARGS $K \"\" "

Modified: branches/6.1.1-newmake/packages/linux/Makefile
===================================================================
--- branches/6.1.1-newmake/packages/linux/Makefile      2005-11-30 22:07:55 UTC 
(rev 1194)
+++ branches/6.1.1-newmake/packages/linux/Makefile      2005-12-01 02:09:00 UTC 
(rev 1195)
@@ -35,7 +35,7 @@
        cp ../config.$(LFS-ARCH) .config
        make $(PM)
        make modules_install
-       cp -v arch/i386/boot/bzImage /boot/linux
+       cp -v arch/i386/boot/bzImage /boot/isolinux/linux
        cd .. ; ./debian-style-headers.sh linux-$(KVERS)
 
 clean:

Modified: branches/6.1.1-newmake/packages/syslinux/Makefile
===================================================================
--- branches/6.1.1-newmake/packages/syslinux/Makefile   2005-11-30 22:07:55 UTC 
(rev 1194)
+++ branches/6.1.1-newmake/packages/syslinux/Makefile   2005-12-01 02:09:00 UTC 
(rev 1195)
@@ -20,10 +20,9 @@
        $(std_build)
 
 compile-stage2:
-       cp -v isolinux.bin /boot/
-       cp -v $(ROOT)/isolinux/{isolinux.cfg,*.msg,splash.lss} /boot/
+       cp -v isolinux.bin /boot/isolinux
+       cp -v $(ROOT)/isolinux/{isolinux.cfg,*.msg,splash.lss} /boot/isolinux
 
-
 clean:
        -rm -rf $(DIR)
 

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to