Skip to content
Snippets Groups Projects

Newcomers introduction

Merged Emanuele Aina requested to merge wip/em/image-building-for-newcomers into apertis/v2019pre
All threads resolved!
3 files
+ 6
12
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -80,6 +80,12 @@ actions:
description: "Empty /etc/machine-id so it's regenerated on first boot with an unique value"
command: truncate -s0 "${ROOTDIR}/etc/machine-id"
# work around the Debos isssue in https://phabricator.apertis.org/T4308
- action: run
chroot: false
description: "Drop resolv.conf so the appropriate one gets created at runtime"
command: rm "${ROOTDIR}/etc/resolv.conf"
- action: run
chroot: false
script: scripts/ostree-convert-from-debian
Loading