Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
coreos-base/oem: remove default.ign
Browse files Browse the repository at this point in the history
With ignitionv3, there is no more `default.ign` loaded configuration. We
can safely remove this configuration since it won't be loaded anyway.

oem-cloudinit will be conditionally enabled based on `ignition`
execution result.

Signed-off-by: Mathieu Tortuyaux <[email protected]>
  • Loading branch information
tormath1 committed Mar 2, 2022
1 parent 27c41af commit 82a3f10
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 107 deletions.
14 changes: 0 additions & 14 deletions coreos-base/oem-azure-pro/files/base/default.ign

This file was deleted.

14 changes: 0 additions & 14 deletions coreos-base/oem-azure/files/base/default.ign

This file was deleted.

14 changes: 0 additions & 14 deletions coreos-base/oem-digitalocean/files/base/default.ign

This file was deleted.

22 changes: 0 additions & 22 deletions coreos-base/oem-ec2-compat/files/base/default.ign

This file was deleted.

1 change: 0 additions & 1 deletion coreos-base/oem-ec2-compat/oem-ec2-compat-0.1.2-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ src_install() {

insinto "/usr/share/oem/base"
doins "${FILESDIR}/base/README"
doins "${FILESDIR}/base/default.ign"
if use ec2 ; then
newins "${FILESDIR}/base/base-ec2.ign" base.ign
elif use aws_pro ; then
Expand Down
14 changes: 0 additions & 14 deletions coreos-base/oem-gce/files/base/default.ign

This file was deleted.

14 changes: 0 additions & 14 deletions coreos-base/oem-packet/files/base/default.ign

This file was deleted.

14 changes: 0 additions & 14 deletions coreos-base/oem-vmware/files/base/default.ign

This file was deleted.

0 comments on commit 82a3f10

Please sign in to comment.