Justin R. Knierim wrote:
unionfs-1.1.3.tar.gz 149 KB 2/20/2006 5:52:00 PM
Ok, finished my build, downloaded it and tested it. It seems to work just as well for me on my thinkpad t22 (pentium 3 800, 512MB memory, 60GB hdd) as the old unionfs version did. It doesn't require the fixes-1 patch or the fix_builtin patch ether, just a plain build works. I ran a dmesg | grep unionfs to make sure it was indeed 1.1.3, to make sure I didn't swap CD's.
I will see if this version will work on later kernels. In any case, I was surprised that it worked, as the previous versions were less than stable. Tonight I will try it on the i586 just for the 1% chance that it makes a difference. ;)
The patch for 6.1.1 branch is below, if anyone wants it. More to come. Justin ----------------------------- Index: packages/unionfs/Makefile =================================================================== --- packages/unionfs/Makefile (revision 1445) +++ packages/unionfs/Makefile (working copy) @@ -1,16 +1,13 @@ # Unionfs Makefile NM= unionfs -VRS= 1.0.14 +VRS= 1.1.3 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.gz URL-$(FILE)= ftp://ftp.fsl.cs.sunysb.edu/pub/$(NM)/$(FILE) -SHA-$(FILE)= 70b87ec8ae1b5b51b2d7a7b9ef4da80565ee124e +SHA-$(FILE)= 2cc08410d3c53d268db2157db96fd0bb3563ad2f -PATCH1= $(DIR)-fix_builtin-1.patch -PATCH2= $(DIR)-fixes-1.patch - # Targets include $(ROOT)/scripts/functions @@ -23,7 +20,6 @@ $(std_build) compile-stage2: - patch -Np1 -i ../$(PATCH2) make KVERS=$(KVERS) PREFIX=/usr EXTRACFLAGS=-DNODEBUG make KVERS=$(KVERS) PREFIX=/usr EXTRACFLAGS=-DNODEBUG install strip --strip-debug /lib/modules/$(KVERS)/kernel/fs/unionfs.ko @@ -33,8 +29,6 @@ -rm -f $@ compile-patch-kernel: - patch -Np1 -i ../$(PATCH1) - patch -Np1 -i ../$(PATCH2) ./patch-kernel.sh $(ROOT)/$(PKG)/linux/linux-$(KVERS)/ clean: -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
