Skip to content

Copy configs from /etc-target to /etc on target phase

Mathieu Parent requested to merge sathieu/images:patch-4 into master

This is needed when package has dependencies in experimental.

Example for samba:

before_script:
  - echo 'deb http://deb.debian.org/debian experimental main' > /etc/apt/sources.list.d/experimental.list
  - "echo 'Package: ldb-tools libldb* python*-ldb*\nPin: release a=experimental\nPin-Priority: 500' > /etc/apt/preferences.d/experimental.pref"
Edited by Mathieu Parent

Merge request reports

Loading