From 8b9a67ccb35e9f152927109a1c4ae0bbd3b984c6 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Sun, 9 Jul 2017 03:41:53 -0400 Subject: Suppress GNU tar's warning on filenames w/ nuls. --- libs/common | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs') diff --git a/libs/common b/libs/common index 7898f115..e5b8d504 100755 --- a/libs/common +++ b/libs/common @@ -263,6 +263,7 @@ archive_create() { --files-from="${tarfiles_path}" --transform="s,^,${directory}/,S" --no-recursion + --warning=no-filename-with-nuls --null --owner=0 --group=0 @@ -330,6 +331,7 @@ rootfs_create() { --file="${rootfs_path}" --files-from="${tarfiles_path}" --no-recursion + --warning=no-filename-with-nuls --null --owner=0 --group=0 -- cgit v1.2.3-70-g09d2