X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <4896EA4E.9060303@alice.it> Date: Mon, 04 Aug 2008 13:38:54 +0200 From: Angelo Graziosi User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: genisoimage and links. Problems? Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com It seems that 'genisoimage' does not add correctly the symlinks to an iso image. Suppose that: $ ls -lrt /test/ totale 2 -rw-r--r-- 1 graziosi Users 77 Jun 11 23:00 hello.c lrwxrwxrwx 1 graziosi Users 7 Aug 4 12:32 hello -> hello.c Now: $ cd /tmp $ genisoimage -r -J -graft-points -V dati-1 -o dati-1.iso test=/test Burning 'dati-1.iso' or unpacking it shows: $ ls -lrt test/ totale 1 -rwx------+ 1 graziosi Nessuno 77 Jun 11 23:00 hello.c -rwx------+ 1 graziosi Nessuno 0 Jun 11 23:00 hello Is this behaviour to be expected, have I missed something or are there problems with the Cygwin port of 'genisoimage'? Cheers, Angelo. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/