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)
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 +
-- FreeSBIE mailing list (http://www.freesbie.org)
