Revision: 7538
          http://sourceforge.net/p/ipcop/svn/7538
Author:   owes
Date:     2014-05-16 07:33:06 +0000 (Fri, 16 May 2014)
Log Message:
-----------
During build I see following "utf8 is not a recommended IO charset for FAT 
filesystems" on host system. Fix that, needs testing on result.

Modified Paths:
--------------
    ipcop/trunk/lfs/usb-key

Modified: ipcop/trunk/lfs/usb-key
===================================================================
--- ipcop/trunk/lfs/usb-key     2014-05-15 19:52:17 UTC (rev 7537)
+++ ipcop/trunk/lfs/usb-key     2014-05-16 07:33:06 UTC (rev 7538)
@@ -66,7 +66,7 @@
        done; \
        mkdir -p /installer/mnt && \
        losetup $$LOOPDEV $$IMAGE && \
-       mount -t vfat $$LOOPDEV /installer/mnt && \
+       mount -t vfat -o codepage=850,iocharset=iso8859-1 $$LOOPDEV 
/installer/mnt && \
        cp -R /installer/cdrom/* /installer/mnt && \
        mv /installer/mnt/boot/isolinux/{instroot.img,memtest,vmlinuz,f?.txt} 
/installer/mnt && \
        rm -rf /install/mnt/boot && \

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to