* [devel-distro] [PATCH] mki-pack-isodata: move from mkisofs to xorriso
@ 2020-08-21 12:33 Michael Shigorin
2020-08-23 15:57 ` Alexey Gladkov
0 siblings, 1 reply; 2+ messages in thread
From: Michael Shigorin @ 2020-08-21 12:33 UTC (permalink / raw)
To: Alexey Gladkov; +Cc: devel-distro
...and drop -T while at that; wasn't really needed
and posed a problem I forgot already after having
hastily patched this in-place...
---
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [devel-distro] [PATCH] mki-pack-isodata: move from mkisofs to xorriso
2020-08-21 12:33 [devel-distro] [PATCH] mki-pack-isodata: move from mkisofs to xorriso Michael Shigorin
@ 2020-08-23 15:57 ` Alexey Gladkov
0 siblings, 0 replies; 2+ messages in thread
From: Alexey Gladkov @ 2020-08-23 15:57 UTC (permalink / raw)
To: Michael Shigorin; +Cc: devel-distro
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-08-23 15:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-21 12:33 [devel-distro] [PATCH] mki-pack-isodata: move from mkisofs to xorriso Michael Shigorin
2020-08-23 15:57 ` Alexey Gladkov
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