Skip to content

Commit 4978b3a

Browse files
committed
profiles: Prefix comment with # in package.mask
This multi-line comment accidentally only has a # prefix on the first line, which leads to this warning during the build: --- Invalid atom in /mnt/host/source/src/third_party/coreos-overlay/profiles/coreos/base/package.mask: mask a specific version in hope that the future update may be smaller, --- Invalid atom in /mnt/host/source/src/third_party/coreos-overlay/profiles/coreos/base/package.mask: who knows. Add missing prefixes to lines 2 and 3. Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
1 parent 1f4794f commit 4978b3a

File tree

1 file changed

+2
-2
lines changed
  • sdk_container/src/third_party/coreos-overlay/profiles/coreos/base

1 file changed

+2
-2
lines changed

sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.mask

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
>=sys-block/thin-provisioning-tools-1.0.14
2323

2424
# Too large to fit into our /boot partition - the size grew by 3MB. We
25-
mask a specific version in hope that the future update may be smaller,
26-
who knows.
25+
# mask a specific version in hope that the future update may be smaller,
26+
# who knows.
2727
=sys-firmware/intel-microcode-20250512_p20250513

0 commit comments

Comments
 (0)