Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions SPECS/hello_world_demo/hello_world_demo.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Distribution: Mariner
Source0: http://dev.azure.com/mariner-org/mariner/_git/samples/%{name}-%{version}.tar.gz

BuildRequires: gcc
# add non toolchain pkg as build requires (for testing purpose)
BuildRequires: words

%description
A simple hello-world application
Expand Down
1 change: 1 addition & 0 deletions imageconfigs/demo_package_lists/core-packages.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"packages": [
"core-packages-base-image",
"shadow-utils",
"initramfs"
],
"_comment": "Install 'initramfs' last to avoid unnecessary regeneration when other packages, such as 'kernel', are installed."
Expand Down
2 changes: 2 additions & 0 deletions imageconfigs/demo_package_lists/uefi-bootloader-packages.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"packages": [
"grub2-efi-binary",
"grub2",
"ca-certificates",
"shim-unsigned"
]
}