Project

General

Profile

Actions

Bug #36830

closed

Debian boot_file_sources uses transform_vars but preseed_path does not

Added by Laura Hild 7 months ago. Updated 14 days ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Unattended installations
Target version:
-
Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:

Description

If you use the $arch token in the Path of your Installation Medium, the vmlinuz and initrd for an aarch64 host get pulled with the token interpolated as arm64 (because the Operatingsystem overrides boot_file_sources to pass a block that uses transform_vars), e.g. from

/pub/installation_media/ubuntu/22.04.3-arm64//casper/vmlinuz
/pub/installation_media/ubuntu/22.04.3-arm64//casper/initrd

but in, say, your image_path in the "Preseed default PXEGrub2 Autoinstall" template, which uses preseed_path, the token is left as aarch64, e.g.

/pub/installation_media/ubuntu/22.04.3-aarch64.iso

I imagine most people are not encountering this because the usual Debian/Ubuntu repository structure has a base path of simply /debian or /ubuntu that includes multiple releases, components, and arches (avoiding the need for tokens), and if you're creating custom Installation Media, e.g. as documented at https://docs.orcharhino.com/or/docs/sources/guides/ubuntu/provisioning_hosts/configuring_provisioning_resources.html#Creating_an_Installation_Medium_for_Ubuntu_22_04 (because Ubuntu stopped supplying boot images in the repository), then you might just put literal amd64 or arm64 in your Path like they tell you to, or if you didn't, you just rename the iso once you encounter the discrepancy.

However, in the interest of sparing others that surprise (and other potential surprises using custom Installation Media Paths), I think Foreman should use transform_vars on preseed_path also.

Actions #1

Updated by The Foreman Bot 7 months ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/theforeman/foreman/pull/9861 added
Actions #2

Updated by The Foreman Bot 3 months ago

  • Pull request deleted (https://github.com/theforeman/foreman/pull/9861)
Actions #3

Updated by The Foreman Bot 2 months ago

  • Pull request https://github.com/theforeman/foreman/pull/9861 added
Actions #4

Updated by The Foreman Bot 15 days ago

  • Pull request https://github.com/theforeman/foreman/pull/10137 added
Actions #5

Updated by The Foreman Bot 14 days ago

  • Fixed in Releases 3.11.0 added
Actions #6

Updated by The Foreman Bot 14 days ago

  • Pull request deleted (https://github.com/theforeman/foreman/pull/9861, https://github.com/theforeman/foreman/pull/10137)
Actions #7

Updated by Bernhard Suttner 14 days ago

  • Status changed from Ready For Testing to Closed
Actions

Also available in: Atom PDF