Opened 21 years ago
Closed 20 years ago
#879 closed defect (fixed)
error in entity kernel-config
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | lowest | Milestone: | |
| Component: | Profiles (LFS) | Version: | 5.1.1 |
| Severity: | trivial | Keywords: | |
| Cc: |
Description (last modified by )
I have found an error in the lfs 5.1.1-4 profile in config_tarball/general.ent:
<!ENTITY kernel-config "&packages_dir;/linux-config">
should be
<!ENTITY kernel-config "&orig_packages_dir;/linux-config">
the original format results in an error message in nALFS stating that the source and destination paths are the same
Change History (2)
comment:1 by , 20 years ago
| Component: | LFS Profiles → LFS Tasks |
|---|---|
| Description: | modified (diff) |
comment:2 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Closing, many aspects of configuration of the profile were changed quite a bit in recent versions. This applies to such an old version of the profile too.