From d4f96c7cdb87e8df7cffdcb33b333c45e3c78d69 Mon Sep 17 00:00:00 2001 From: Jybz Date: Thu, 19 Nov 2020 10:04:10 +0100 Subject: Add extrapackage installation, preparing Desktop Environment. --- create_arm_image.sh | 3 ++- functions.sh | 4 +--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/create_arm_image.sh b/create_arm_image.sh index e56f2aa..25f8e2b 100755 --- a/create_arm_image.sh +++ b/create_arm_image.sh @@ -336,7 +336,7 @@ case ${OPT} in exit ${ERR_NO_SPACE} fi fi - ckeck_extrapackage + check_extrapackage createImageWrap #Create the empty .img mountPartitions createchroot #Check qemu and activate it @@ -349,6 +349,7 @@ case ${OPT} in mkfstab preparechroot jumpchroot + extrapackage copyingsystem bunrningBootloader unmountingPartitions diff --git a/functions.sh b/functions.sh index 78285bc..891803c 100755 --- a/functions.sh +++ b/functions.sh @@ -834,9 +834,7 @@ function check_extrapackage() { } function extrapackage() { - for i in ${PACKAGE_VALID} ; do - installpkg ${i} - done + installpkg ${PACKAGE_VALID} return 0 } -- cgit v1.2.1