| delorie.com/archives/browse.cgi | search |
| 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 <angelo DOT graziosi AT alice DOT it> |
| User-Agent: | Thunderbird 2.0.0.16 (Windows/20080708) |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | genisoimage and links. Problems? |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |