Skip to content

Commit

Permalink
tools: Move empty-bootconfig.data into a dedicated directory
Browse files Browse the repository at this point in the history
empty-bootconfig.data will soon get company. Create a dedicated
directory for pre-assembled bootconfig initrds and move the file there.

Signed-off-by: Markus Boehme <[email protected]>
  • Loading branch information
markusboehme committed Jun 29, 2022
1 parent b539d40 commit 80b232a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tools/rpm2img
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ dd if="${BOOT_IMAGE}" of="${OS_IMAGE}" conv=notrunc bs=1M seek="${partoff[BOOT-A

# Copy the empty bootconfig file into the image so grub doesn't pause and print
# an error that the file doesn't exist
cp /host/tools/empty-bootconfig.data "${PRIVATE_MOUNT}/bootconfig.data"
cp /host/tools/bootconfig/empty-bootconfig.data "${PRIVATE_MOUNT}/bootconfig.data"
# Targeted toward the current API server implementation.
# Relative to the ext4 defaults, we:
# - adjust the inode ratio since we expect lots of small files
Expand Down

0 comments on commit 80b232a

Please sign in to comment.