Opened 7 years ago
Closed 5 years ago
#834 closed defect (fixed)
Have isolinux files parametrized based on distributions
Reported by: | Bruno Cornec | Owned by: | Bruno Cornec |
---|---|---|---|
Priority: | normal | Milestone: | 3.3.0 |
Component: | mindi | Version: | 3.2.2 |
Severity: | normal | Keywords: | |
Cc: |
Description
On arch linux the file is under:
/usr/lib/syslinux/bios/isolinux.bin
which is not covered by mindi yet.
Workaround (by stef204) is to do:
sudo ln -s /usr/lib/syslinux/bios/isolinux.bin /usr/lib/
Final fix should be to us project-builder.org conf files mechanism to allow the location to be a parameter based on distros.
Will do with pb 0.15 to have YAML content.
Note:
See TracTickets
for help on using tickets.
Fix in rev [3764] Using pb will be done later on.