Author: alexander
Date: 2007-08-15 09:58:43 -0600 (Wed, 15 Aug 2007)
New Revision: 2025

Added:
   trunk/packages/jfsutils/
   trunk/packages/jfsutils/Makefile
Modified:
   trunk/doc/README
   trunk/packages/initramfs/Makefile
Log:
Added jfs utils


Modified: trunk/doc/README
===================================================================
--- trunk/doc/README    2007-08-15 15:51:17 UTC (rev 2024)
+++ trunk/doc/README    2007-08-15 15:58:43 UTC (rev 2025)
@@ -434,7 +434,7 @@
 
 1) Store the ISO image of this CD as a file on a partition formatted with
    one of the following filesystems:
-   vfat, ntfs, ext2, ext3, ext4, reiserfs, reiser4, xfs
+   vfat, ntfs, ext2, ext3, ext4, jfs, reiserfs, reiser4, xfs
 2) Copy the boot/isolinux/{linux,initramfs_data.cpio.gz} files from the CD
    to your hard disk
 3) Configure the boot loader to load "linux" as a kernel image and

Modified: trunk/packages/initramfs/Makefile
===================================================================
--- trunk/packages/initramfs/Makefile   2007-08-15 15:51:17 UTC (rev 2024)
+++ trunk/packages/initramfs/Makefile   2007-08-15 15:58:43 UTC (rev 2025)
@@ -44,7 +44,7 @@
        cp /usr/bin/stat $(WDIR)/bin
        cp /usr/sbin/dmsetup $(WDIR)/sbin
        find 
/lib/modules/*/kernel/drivers/{ata,base,block,cdrom,ide,ieee1394,firewire,hid,message,scsi,pcmcia,usb/{core,host,storage}}
 \
-           
/lib/modules/*/kernel/fs/{mbcache.ko,ext2,ext3,ext4,jbd,jbd2,reiserfs,reiser4,xfs,fat,vfat,ntfs,isofs,udf,nls}
 \
+           
/lib/modules/*/kernel/fs/{mbcache.ko,ext2,ext3,ext4,jbd,jbd2,jfs,reiserfs,reiser4,xfs,fat,vfat,ntfs,isofs,udf,nls}
 \
            /lib/modules/*/kernel/lib -type f | cpio --make-directories -p 
$(WDIR)
        for a in /lib/modules/* ; do ver=$${a##*/} ; depmod -b $(WDIR) $$ver ; 
done
        cd $(WDIR); find . | cpio -o -H newc | gzip -9 > 
../initramfs_data.cpio.gz

Added: trunk/packages/jfsutils/Makefile
===================================================================
--- trunk/packages/jfsutils/Makefile                            (rev 0)
+++ trunk/packages/jfsutils/Makefile    2007-08-15 15:58:43 UTC (rev 2025)
@@ -0,0 +1,30 @@
+# jfsutils Makefile
+
+NM= jfsutils
+VRS= 1.1.11
+DIR= $(NM)-$(VRS)
+
+FILE= $(DIR).tar.gz
+URL-$(FILE)= http://jfs.sourceforge.net/project/pub/$(FILE)
+SHA-$(FILE)= 27837760bd65f32758d6048803387b8b3443467f
+
+# Targets
+
+include $(ROOT)/scripts/functions
+
+chroot:
+       chroot "$(MP)" $(chenv-blfs) \
+       'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)'
+
+stage2: Makefile $(FILE)
+       $(std_build)
+
+compile-stage2:
+       ./configure --prefix=/usr --sbindir=/sbin
+       make
+       make install
+
+clean:
+       -rm -rf $(DIR)
+
+.PHONY: clean chroot compile-stage2

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

Reply via email to