Actions
Bug #26949
closedInvalid variable $release used in @initrd macro for FreeBSD
Description
The @initrd macro defined for FreeBSD here) uses the variable '$release', which only exists for Debian and Solaris systems, according to the documentation. For me, this results in the following path: boot/FreeBSD-x86_64--mfs.img
This should probably be boot/FreeBSD-x86_64-12.0-mfs.img
I suppose the fix should be as simple as substituting the $release variable for the $version variable.
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6824 added
Updated by Tomer Brisker over 5 years ago
- Category set to Unattended installations
- Assignee set to Tuur Dutoit
- Fixed in Releases 1.23.0 added
Updated by Tuur Dutoit over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset a96a03664cc009c53d45bd73062ae8b5122fc95c.
Actions