bootiso: depends on exfatprogs
This commit is contained in:
parent
01517a61d6
commit
b1800a91d5
|
@ -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'
|
||||
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"
|
||||
|
|
Loading…
Reference in New Issue