parent
ca228212bb
commit
ecd2d5e302
|
@ -1,7 +1,5 @@
|
||||||
Index: WoeUSB-5.2.4/sbin/woeusb
|
--- WoeUSB-cli-5.2.4.orig/sbin/woeusb
|
||||||
===================================================================
|
+++ WoeUSB-cli-5.2.4/sbin/woeusb
|
||||||
--- WoeUSB-5.2.4.orig/sbin/woeusb
|
|
||||||
+++ WoeUSB-5.2.4/sbin/woeusb
|
|
||||||
@@ -16,7 +16,8 @@
|
@@ -16,7 +16,8 @@
|
||||||
# lint: We use indirections and primitive variables, which is false positive of this rule
|
# lint: We use indirections and primitive variables, which is false positive of this rule
|
||||||
# shellcheck disable=SC2034
|
# shellcheck disable=SC2034
|
||||||
|
@ -12,7 +10,15 @@ Index: WoeUSB-5.2.4/sbin/woeusb
|
||||||
DD_BLOCK_SIZE="${DD_BLOCK_SIZE:-$((4 * 1024 * 1024))}" # 4MiB
|
DD_BLOCK_SIZE="${DD_BLOCK_SIZE:-$((4 * 1024 * 1024))}" # 4MiB
|
||||||
|
|
||||||
# Entry point of the main code
|
# Entry point of the main code
|
||||||
@@ -1360,9 +1361,20 @@ install_uefi_ntfs_support_partition(){
|
@@ -905,7 +906,6 @@ check_runtime_dependencies(){
|
||||||
|
rm \
|
||||||
|
stat \
|
||||||
|
stty \
|
||||||
|
- wget \
|
||||||
|
wimlib-imagex \
|
||||||
|
wipefs
|
||||||
|
do
|
||||||
|
@@ -1360,9 +1360,20 @@ install_uefi_ntfs_support_partition(){
|
||||||
local -r download_directory="${1}"; shift
|
local -r download_directory="${1}"; shift
|
||||||
local -r target_device="${1}"; shift
|
local -r target_device="${1}"; shift
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'WoeUSB-cli'
|
# Template file for 'WoeUSB-cli'
|
||||||
pkgname=WoeUSB-cli
|
pkgname=WoeUSB-cli
|
||||||
version=5.2.4
|
version=5.2.4
|
||||||
revision=1
|
revision=2
|
||||||
_rufus_uefi_ntfs_version=b30e3b387a3ca7a5e2fddebcc2c8f9538a89b868
|
_rufus_uefi_ntfs_version=b30e3b387a3ca7a5e2fddebcc2c8f9538a89b868
|
||||||
depends="bash grub ntfs-3g parted"
|
depends="bash grub ntfs-3g parted wimlib"
|
||||||
short_desc="Create a Windows USB stick installer from a real Windows DVD or image"
|
short_desc="Create a Windows USB stick installer from a real Windows DVD or image"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
|
|
Loading…
Reference in New Issue