This commit is contained in:
Daniel Langbein 2021-04-28 17:26:17 +02:00
parent 0a9552085b
commit 1385a00a2c

View File

@ -27,7 +27,7 @@ fi
cp -r "$PROFILE" "$BUILD_DIR"/profile || exit cp -r "$PROFILE" "$BUILD_DIR"/profile || exit
# https://wiki.archlinux.org/index.php/Archiso#Custom_local_repository # https://wiki.archlinux.org/index.php/Archiso#Custom_local_repository
cat pkg/de-p1st-pacman/pacman.d/de-p1st > "$BUILD_DIR"/profile/pacman.conf || exit cat pkg/de-p1st-pacman/pacman.d/de-p1st >> "$BUILD_DIR"/profile/pacman.conf || exit
for PKG in "${PKGS[@]}"; do for PKG in "${PKGS[@]}"; do
echo "${PKG}" >> "${BUILD_DIR}"/profile/packages.x86_64 echo "${PKG}" >> "${BUILD_DIR}"/profile/packages.x86_64