OSDN Git Service

[fix] : Fixing issues with variable quoting and arrays (archiso 45)
authorhayao <shun819.mail@gmail.com>
Wed, 29 Jul 2020 08:55:19 +0000 (17:55 +0900)
committerhayao <shun819.mail@gmail.com>
Wed, 29 Jul 2020 08:55:19 +0000 (17:55 +0900)
commite68ee3e5037d24a8d0df699091f5fc1f89f95aee
tree81dbbc969ce4ba70ed31215f78c3b233bff5a031
parent64945920ccee2842a17fcef8bf6b9b4dcd0ecc90
[fix] : Fixing issues with variable quoting and arrays (archiso 45)

archiso/mkarchiso:
Calls to _pacman() need to be done with multiple parameters (e.g. array) instead of one string, as string splitting is
not done in that function anymore.
Turning _iso_efi_boot_args from string into an array to have an easier time of passing it to xorriso.
Calling xorriso within the if statements instead of providing -quiet via variable.
Fixing command_install() to provide packages separately to _pacman()

configs/releng/build.sh:
Replacing all newlines when retrieving the packages from packages.x86_64 with spaces so they will be properly provided
to "mkarchiso install".
build.sh
system/mkalteriso.sh