Bug 2107
| Summary: | When Installing from local hard disk, RedHat directory must be root | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Theodore Tso <tytso> |
| Component: | distribution | Assignee: | Matt Wilson <msw> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 1999-04-15 15:39:46 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: | |||
|
Description
Theodore Tso
1999-04-10 05:52:05 UTC
assigned to msw /* the physical device is mounted on /tmp/hdimage, but all
access are through /tmp/rhimage which points to the RedHat
directory in /tmp/hdimage */
dest = alloca(strlen(dir) + 20);
sprintf(dest, "/tmp/hdimage/%s", dir);
if (symlink(dest, "/tmp/rhimage")) {
Fixed in my devel tree. Thanks. |