base-files: don't set ARGV and ARGC

Those are not used by any image check function anymore.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
(cherry picked from commit 3f4c785a6b)
This commit is contained in:
Rafał Miłecki
2019-07-14 19:00:00 +02:00
committed by Jo-Philipp Wich
parent adec8aa291
commit 6ac62c4b6c
3 changed files with 1 additions and 7 deletions

View File

@@ -6,9 +6,6 @@
export IMAGE="$1"
COMMAND="$2"
export ARGV="$IMAGE"
export ARGC=1
export SAVE_CONFIG=1
export SAVE_PARTITIONS=1