From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1EObFF-0008Ol-AM for mharc-grub-devel@gnu.org; Sun, 09 Oct 2005 09:29:41 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EObFC-0008LW-0z for grub-devel@gnu.org; Sun, 09 Oct 2005 09:29:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EObF8-0008Ib-Id for grub-devel@gnu.org; Sun, 09 Oct 2005 09:29:36 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EObF8-0008Hx-2i for grub-devel@gnu.org; Sun, 09 Oct 2005 09:29:34 -0400 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EObF8-0008RZ-30 for grub-devel@gnu.org; Sun, 09 Oct 2005 09:29:34 -0400 Received: from vscan-cn.han.nl (venus.han.nl [145.74.65.6]) by mail-cn.han.nl (Postfix) with ESMTP id 2936288D4; Sun, 9 Oct 2005 15:29:33 +0200 (CEST) Received: from mail-cn.han.nl ([145.74.66.11]) by vscan-cn.han.nl (venus.han.nl [145.74.65.6]) (amavisd-new, port 10024) with ESMTP id 20771-09; Sun, 9 Oct 2005 15:29:30 +0200 (CEST) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id 6D8A98878; Sun, 9 Oct 2005 15:29:30 +0200 (CEST) Received: from localhost.localdomain (mgerards.xs4all.nl [82.92.27.129]) by mail1.han.nl (Postfix) with ESMTP id 21204C048; Sun, 9 Oct 2005 15:29:30 +0200 (CEST) Mail-Copies-To: metgerards@student.han.nl To: grub-devel@gnu.org From: Marco Gerards Date: Sun, 09 Oct 2005 15:29:30 +0200 Message-ID: <87y852hl8l.fsf@student.han.nl> User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new (2.2.0) at vscan-cn.han.nl Cc: jaime.dias@gmail.com Subject: SFS support X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2005 13:29:39 -0000 Hi, A few minutes ago I've added support for the SFS filesystem to CVS. It does not support `.'. and `..' yet, so relative symlinks might not work in every case. It was hard to do some good testing, so I hope that people who can will test it. Please report bugs to me so I can fix them. Thanks, Marco