Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bootiso: depends on exfatprogs
@ 2022-08-27  6:32 sgn
  2022-08-29 12:38 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 1 reply; 2+ messages in thread
From: sgn @ 2022-08-27  6:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1259 bytes --]

There is a new pull request by sgn against master on the void-packages repository

https://github.com/sgn/void-packages bootiso-exfat
https://github.com/void-linux/void-packages/pull/38938

bootiso: depends on exfatprogs
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/38938.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bootiso-exfat-38938.patch --]
[-- Type: text/x-diff, Size: 1999 bytes --]

From d77f08ecaf7cb082bfa7be344374da6c7c46bdf6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 27 Aug 2022 11:09:29 +0700
Subject: [PATCH] bootiso: depends on exfatprogs

---
 srcpkgs/bootiso/patches/new-exfat.patch | 11 +++++++++++
 srcpkgs/bootiso/template                |  7 +++----
 2 files changed, 14 insertions(+), 4 deletions(-)
 create mode 100644 srcpkgs/bootiso/patches/new-exfat.patch

diff --git a/srcpkgs/bootiso/patches/new-exfat.patch b/srcpkgs/bootiso/patches/new-exfat.patch
new file mode 100644
index 000000000000..57085311bfd6
--- /dev/null
+++ b/srcpkgs/bootiso/patches/new-exfat.patch
@@ -0,0 +1,11 @@
+--- a/bootiso
++++ b/bootiso
+@@ -507,7 +507,7 @@ function fs_formatPartition() {
+   # These options always end up with the label flag setter
+   local -Ar _mkfsOpts=(
+     ['vfat']="-v -F 32 -n" # Fat32 mode
+-    ['exfat']="-n"
++    ['exfat']="-L"
+     ['ntfs']="-Q -c 4096 -L" # Quick mode + cluster size = 4096 for syslinux support
+     ['ext2']="-O ^64bit -L"  # Disabling pure 64 bits compression for syslinux compatibility
+     ['ext3']="-O ^64bit -L"  # see https://www.syslinux.org/wiki/index.php?title=Filesystem#ext
diff --git a/srcpkgs/bootiso/template b/srcpkgs/bootiso/template
index db30bfb9db19..2d740ca06809 100644
--- a/srcpkgs/bootiso/template
+++ b/srcpkgs/bootiso/template
@@ -1,11 +1,10 @@
 # Template file for 'bootiso'
 pkgname=bootiso
 version=4.2.0
-revision=2
+revision=3
 build_style=gnu-makefile
-depends="bash bc binutils coreutils curl dosfstools e2fsprogs eudev exfat-utils
- f2fs-tools file findutils gawk grep ncurses ntfs-3g rsync syslinux tar util-linux
- wimlib jq"
+depends="bash bc binutils curl dosfstools e2fsprogs eudev exfatprogs
+ f2fs-tools file ncurses ntfs-3g rsync syslinux wimlib jq"
 short_desc="Create a USB bootable device from an ISO image easily and securely"
 maintainer="Lorem <notloremipsum@protonmail.com>"
 license="GPL-3.0-only"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: bootiso: depends on exfatprogs
  2022-08-27  6:32 [PR PATCH] bootiso: depends on exfatprogs sgn
@ 2022-08-29 12:38 ` sgn
  0 siblings, 0 replies; 2+ messages in thread
From: sgn @ 2022-08-29 12:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1110 bytes --]

There's a merged pull request on the void-packages repository

bootiso: depends on exfatprogs
https://github.com/void-linux/void-packages/pull/38938

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-29 12:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-27  6:32 [PR PATCH] bootiso: depends on exfatprogs sgn
2022-08-29 12:38 ` [PR PATCH] [Merged]: " sgn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).