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

Commit

Permalink
sys-kernel/bootengine: Prevent OEM mount point from showing up early
Browse files Browse the repository at this point in the history
This pulls in
flatcar/bootengine#58
to prevent the OEM mount point from showing up before Ignition mounts.
It also makes it simpler to write files to the OEM partition without
having to specify the partition first as initrd mount point.

Fixes flatcar/Flatcar#979
  • Loading branch information
pothos committed Mar 20, 2023
1 parent c3c0f97 commit 0992b34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/bugfixes/2023-03-20-ignition-oem-partition.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Restored the support to specify OEM partition files in Ignition when `/usr/share/oem` is given as initrd mount point ([bootengine#58](https://github.com/flatcar/bootengine/pull/58))
1 change: 1 addition & 0 deletions changelog/changes/2023-03-20-ignition-oem-files.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Specifying the OEM filesystem in Ignition to write files to `/usr/share/oem` is not needed anymore ([bootengine#58](https://github.com/flatcar/bootengine/pull/58))
2 changes: 1 addition & 1 deletion sys-kernel/bootengine/bootengine-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="0ba568efbcbb4112b3adedadbf46b753f757fe36" # flatcar-master
CROS_WORKON_COMMIT="2c99de88a8d50127c23b8c227518320c8dabd66e" # TODO: flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down

0 comments on commit 0992b34

Please sign in to comment.