From: Vitaly Ostanin <vyt@vzljot.ru>
To: ALT Linux Sisyphus discussion list <sisyphus@altlinux.ru>
Subject: [sisyphus] Re: [solved] Broken mkisofs
Date: Thu, 24 Feb 2005 15:06:14 +0300
Message-ID: <421DC336.7090504@vzljot.ru> (raw)
In-Reply-To: <421DA6A4.8050203@vzljot.ru>
[-- Attachment #1: Type: text/plain, Size: 690 bytes --]
Vitaly Ostanin пишет:
> Здравствуйте.
>
> man mkisofs говорит, что аргументом "-path-list -" можно читать
> список путей из stdin. При этом сам mkisofs-2.01-alt4a37 на такой
> скрипт:
>
> #!/bin/sh
>
> PATH_LIST=
>
> for i in "$@"
> do
> PATH_LIST="$PATH_LIST/$i=${i}\n"
> done
> echo -e $PATH_LIST | mkisofs -R -jcharset cp1251 \
> -graft-points -o "image.iso" -path-list -
>
> говорит, что нельзя:
> mkisofs: No such file or directory. Invalid node -
>
> Это баг mkisofs или неправильное заклинание?
Оказалось, что баг mkisofs - он воспринимает пустую строку, как
pathspec. То есть echo должно быть с "-n".
<skipped/>
--
Regards, Vyt
mailto: vyt@vzljot.ru
JID: vyt@vzljot.ru
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]
prev parent reply other threads:[~2005-02-24 12:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-24 10:04 [sisyphus] Broken mkisofs ? Vitaly Ostanin
2005-02-24 12:06 ` Vitaly Ostanin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=421DC336.7090504@vzljot.ru \
--to=vyt@vzljot.ru \
--cc=sisyphus@altlinux.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git