unionfs on 5.x patch to test

Matteo Riondato <[email protected]>
Newsgroups gmane.os.freebsd.freesbie
Message-ID <[email protected]>
Can anyone with a FreeBSD 5.x (5.4 if possible) box try the attached
patch and build and  try an ISO?

It enables unionfs support on the ISO.

Thanks
Best Regards
-- 
Matteo Riondato
FreeBSD Volunteer (http://freebsd.org)
G.U.F.I. Staff Member (http://www.gufi.org)
FreeSBIE Developer (http://www.freesbie.org)

-- 
FreeSBIE mailing list (http://www.freesbie.org)
freesbie.defaults.conf.patch (text/plain, 648 B)
Index: freesbie.defaults.conf
===================================================================
RCS file: /cvs/freesbie2/conf/freesbie.defaults.conf,v
retrieving revision 1.6
diff -u -r1.6 freesbie.defaults.conf
--- freesbie.defaults.conf	15 Nov 2005 22:59:42 -0000	1.6
+++ freesbie.defaults.conf	2 Dec 2005 11:59:56 -0000
@@ -107,4 +107,8 @@
 # Define NO_UNIONFS if you want to avoid using unionfs in the built
 # system
 #
-NO_UNIONFS=YES # Unionfs is broken in > 6.0, so disable it by default
+OSREL=`uname -r | cut -c 1`
+if [ $OSREL -eq 6 -o $OSREL -eq 7 ]; then
+	NO_UNIONFS=YES # Unionfs is broken in > 6.0, so disable it by default
+fi
+
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.