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 Tuur Dutoit almost 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset a96a03664cc009c53d45bd73062ae8b5122fc95c.
Actions