Order pacman-init and reflector-init before cloud-final
http/install-common.sh: Order pacman-init.service and reflector-init.service before cloud-final.service, as the latter may install packages using pacman and will introduce a broken pacman keyring if started simultaneously with pacman-init.service. The mirrorlist should be set before cloud-final.service is running, so that pacman can use it. .gitlab-ci.yml: When testing the cloud image using cloud-init: * Use the `packages` and `runcmd` directives to install packages using cloud-init (which is done during `cloud-final.service`). * Check for packages installed via cloud-init. * Write a test file to disk and check for its existence. Fixes #121
-
mentioned in commit nl6720/archiso@0f02b53f
-
mentioned in merge request archiso!274 (merged)
-
mentioned in commit nl6720/archiso@e2272c40
-
mentioned in commit nl6720/archiso@59aace47
-
mentioned in commit nl6720/archiso@f8227ff5
-
mentioned in commit nl6720/archiso@ee682869
-
mentioned in commit nl6720/archiso@2980bd04
Please register or sign in to comment