Merge ~popo1897/curtin:fix-apt-source-example into curtin:master
Status: | Needs review |
---|---|
Proposed branch: | ~popo1897/curtin:fix-apt-source-example |
Merge into: | curtin:master |
Diff against target: |
14 lines (+2/-1) 1 file modified
examples/apt-source.yaml (+2/-1) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
curtin developers | Pending | ||
Review via email: mp+462708@code.launchpad.net |
Commit message
Fix the structure of "security" in examples/
Description of the change
The `security` in examples/
Actually, the content of /var/log/
```
# Autogenerated by Subiquity: 2024-03-19 15:39:12.974186 UTC
apt:
debconf_
subiquity: ''
disable_
preserve_
primary:
- arches:
- default
uri: http://
security:
- arches:
- amd64
- i386
uri: http://
- arches:
- s390x
- arm64
- armhf
- powerpc
- ppc64el
- riscv64
uri: http://
```