mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
bootiso: depends on exfatprogs
This commit is contained in:
parent
01517a61d6
commit
b1800a91d5
2 changed files with 14 additions and 4 deletions
11
srcpkgs/bootiso/patches/new-exfat.patch
Normal file
11
srcpkgs/bootiso/patches/new-exfat.patch
Normal file
|
@ -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
|
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'bootiso'
|
# Template file for 'bootiso'
|
||||||
pkgname=bootiso
|
pkgname=bootiso
|
||||||
version=4.2.0
|
version=4.2.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
depends="bash bc binutils coreutils curl dosfstools e2fsprogs eudev exfat-utils
|
depends="bash bc binutils curl dosfstools e2fsprogs eudev exfatprogs
|
||||||
f2fs-tools file findutils gawk grep ncurses ntfs-3g rsync syslinux tar util-linux
|
f2fs-tools file ncurses ntfs-3g rsync syslinux wimlib jq"
|
||||||
wimlib jq"
|
|
||||||
short_desc="Create a USB bootable device from an ISO image easily and securely"
|
short_desc="Create a USB bootable device from an ISO image easily and securely"
|
||||||
maintainer="Lorem <notloremipsum@protonmail.com>"
|
maintainer="Lorem <notloremipsum@protonmail.com>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
|
|
Loading…
Add table
Reference in a new issue