Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e17b84f4a0 |
@@ -53,6 +53,7 @@ load_pkgs(){
|
||||
|
||||
local common_base
|
||||
local common_apps
|
||||
local common_misc
|
||||
local common_xorg
|
||||
local common_boot
|
||||
local common_init
|
||||
@@ -86,6 +87,9 @@ load_pkgs(){
|
||||
msg2 "Loading Packages: [%s] ..." "common.packages-xorg"
|
||||
mapfile -t common_xorg < <(yq -P '.packages-xorg[]' "$common_yaml")
|
||||
fi
|
||||
|
||||
msg2 "Loading Packages: [%s] ..." "common.packages-misc"
|
||||
mapfile -t common_misc < <(yq -P '.packages-misc[]' "$common_yaml")
|
||||
fi
|
||||
|
||||
msg2 "Loading Packages: [%s] ..." "rootfs.packages"
|
||||
@@ -100,13 +104,9 @@ load_pkgs(){
|
||||
"${common_apps[@]}"
|
||||
"${packages_root[@]}"
|
||||
"${packages_root_init[@]}"
|
||||
"${common_xorg[@]}"
|
||||
"${common_misc[@]}"
|
||||
)
|
||||
|
||||
if "${HAS_LIVE}"; then
|
||||
packages+=(
|
||||
"${common_xorg}"
|
||||
)
|
||||
fi
|
||||
;;
|
||||
livefs)
|
||||
msg2 "Loading Packages: [%s] ..." "livefs.packages"
|
||||
|
||||
Reference in New Issue
Block a user