Bug 14855
| Summary: | LILO doesn't accept "unsafe" entries anymore. | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Jos Vos <jos> |
| Component: | lilo | Assignee: | Michael K. Johnson <johnsonm> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.1 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | Winston gold | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2000-08-23 14:58:33 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
This defect is considered MUST-FIX for Winston Release-Candidate #1 This defect has been re-classified as MUST-FIX for Winston Gold-release Note: this still exists under rc1 I am using lilo-21.4.4-8, which is the most recent, and this is my lilo.conf
file, and I have no problems with this.
__Begin__
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
message=/boot/message
linear
compact
vga=0x303
default=linux-up
image=/boot/vmlinuz-2.2.16-21
label=linux-up
read-only
root=/dev/hda7
image=/boot/vmlinuz-2.2.16-21enterprise
label=linux-ent
read-only
root=/dev/hda7
image=/boot/vmlinuz-2.2.16-21smp
label=linux
read-only
root=/dev/hda7
other=/dev/hda8
label=monkey
unsafe
This is fixed in 21.4.4-10. |
When adding the following entry to a standard lilo.conf file, I get an error message saying "TABLE and UNSAFE are mutually incompatible": other=/dev/hda2 label=hda2 unsafe I didn't put any table entries though...