Skip to content
Merged
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ will:
1. Check for `DEPLOY_KERNEL_URL_<ARCH>` and `DEPLOY_RAMDISK_URL_<ARCH>`
environment variables (e.g., `DEPLOY_KERNEL_URL_X86_64`,
`DEPLOY_KERNEL_URL_AARCH64`)
2. Look for architecture-specific files like `ironic-python-agent_aarch64.kernel`
1. Look for architecture-specific files like `ironic-python-agent_aarch64.kernel`
in `/shared/html/images/`
3. Fall back to generic `ironic-python-agent.kernel` and
1. Fall back to generic `ironic-python-agent.kernel` and
`ironic-python-agent.initramfs`

**Example configurations:**
Expand Down
Loading