From: Alexey Gladkov <legion@altlinux.ru>
To: Michael Shigorin <mike@altlinux.org>
Cc: devel-distro@lists.altlinux.org
Subject: Re: [devel-distro] [PATCH] mki-pack-isodata: move from mkisofs to xorriso
Date: Sun, 23 Aug 2020 17:57:35 +0200
Message-ID: <20200823155735.fns3rqtw57wuotuf@comp-core-i7-2640m-0182e6> (raw)
In-Reply-To: <20200821123326.GB1384@imap.altlinux.org>
On Fri, Aug 21, 2020 at 03:33:26PM +0300, Michael Shigorin wrote:
> ...and drop -T while at that; wasn't really needed
> and posed a problem I forgot already after having
> hastily patched this in-place...
Applied. Thanks!
> ---
> config-requires.mk.in | 2 +-
> doc/README.ru | 4 ++--
> tools/mki-pack-isodata | 5 ++++-
> 3 files changed, 7 insertions(+), 4 deletions(-)
>
> diff --git a/config-requires.mk.in b/config-requires.mk.in
> index fd6a8c0..158c087 100644
> --- a/config-requires.mk.in
> +++ b/config-requires.mk.in
> @@ -15,7 +15,7 @@ PACKAGES_REQUIRED_PACK_CPIO ?= cpio
> PACKAGES_REQUIRED_PACK_YABOOT ?= mkisofs
> PACKAGES_REQUIRED_PACK_ISOBOOT ?= xorriso
> PACKAGES_REQUIRED_PACK_EFIONLY_ISOBOOT ?= xorriso
> -PACKAGES_REQUIRED_PACK_ISODATA ?= mkisofs
> +PACKAGES_REQUIRED_PACK_ISODATA ?= xorriso
> PACKAGES_REQUIRED_PACK_TAR ?= tar
> PACKAGES_REQUIRED_PACK_GZIP ?= gzip
> PACKAGES_REQUIRED_PACK_BZIP2 ?= bzip2
> diff --git a/doc/README.ru b/doc/README.ru
> index ec17d13..edb4c0d 100644
> --- a/doc/README.ru
> +++ b/doc/README.ru
> @@ -436,8 +436,8 @@ PACKAGES_REQUIRED_INITROOT = basesystem
> PACKAGES_REQUIRED_BUILD_PROPAGATOR = mar propagator glibc-utils
> PACKAGES_REQUIRED_PACK_CPIO = cpio
> PACKAGES_REQUIRED_PACK_YABOOT = mkisofs
> -PACKAGES_REQUIRED_PACK_ISOBOOT = mkisofs
> -PACKAGES_REQUIRED_PACK_ISODATA = mkisofs
> +PACKAGES_REQUIRED_PACK_ISOBOOT = xorriso
> +PACKAGES_REQUIRED_PACK_ISODATA = xorriso
> PACKAGES_REQUIRED_PACK_TAR = tar
> PACKAGES_REQUIRED_PACK_GZIP = gzip
> PACKAGES_REQUIRED_PACK_BZIP2 = bzip2
> diff --git a/tools/mki-pack-isodata b/tools/mki-pack-isodata
> index 2952445..a99f774 100755
> --- a/tools/mki-pack-isodata
> +++ b/tools/mki-pack-isodata
> @@ -56,7 +56,10 @@ imgdir=/.image
> imgdir="/.image/$imgsubdir"
>
> rc=0
> -mkisofs -T -J -l -r -U $verbose \
> +xorriso -follow param \
> + -read_mkisofsrc \
> + -as mkisofs \
> + $verbose -J -l -r \
> -exclude-list /tmp/.exclude \
> "\$imgdir/" || rc=\$?
>
> --
> 2.25.4
>
--
Rgrds, legion
prev parent reply other threads:[~2020-08-23 15:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-21 12:33 Michael Shigorin
2020-08-23 15:57 ` Alexey Gladkov [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=20200823155735.fns3rqtw57wuotuf@comp-core-i7-2640m-0182e6 \
--to=legion@altlinux.ru \
--cc=devel-distro@lists.altlinux.org \
--cc=mike@altlinux.org \
/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 Distributions development
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel-distro/0 devel-distro/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 devel-distro devel-distro/ http://lore.altlinux.org/devel-distro \
devel-distro@lists.altlinux.org devel-distro@lists.altlinux.ru devel-distro@lists.altlinux.com
public-inbox-index devel-distro
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel-distro
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git