From c4c9aa9bcc23b4b974557c1641cf6401d2684db7 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 13 Oct 2024 21:06:04 +0200 Subject: [PATCH] Update define.sh --- src/define.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/define.sh b/src/define.sh index 922a0d8..2fc1b1d 100644 --- a/src/define.sh +++ b/src/define.sh @@ -1704,7 +1704,7 @@ prepareInstall() { local msg="Adding drivers to image..." info "$msg" && html "$msg" - if ! bsdtar -xf /drivers.txz -C "$drivers" --warning=no-timestamp; then + if ! bsdtar -xf /drivers.txz -C "$drivers"; then error "Failed to extract drivers!" && return 1 fi