Bug 3772
Summary: | Several kickstart problems | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | jalar |
Component: | installer | Assignee: | Matt Wilson <msw> |
Status: | CLOSED RAWHIDE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.0 | CC: | bdraco, rhaig |
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: | 2000-02-10 21:11:02 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
jalar
1999-06-28 07:17:15 UTC
Oh, and I _am_ using the 29-May-1999 images. This issue has been forwarded to a developer for further action. setting the mouse to none in the ks.cfg also produces the same results. I've run into this and ended up having to have a mouse connected to the machine during install (a pain in the ass because I do multiple simultaneous installs). I've been looking through the RH5.2 Installation manual, and it says to use something like: mouse --kickstart genericps/2 I have yet to try it with the --kickstart option though. rootpw --iscrypted requires replacing the install2 binary on the install image. You can either force a supplementary disc, or copy the install2 binary on the errata supp.img (or in the Raw Hide install image, IIRC) to the install image. The --iscrypted thingy can also be worked around in the post-section: ----- %post ROOTPW='encrypted-passwd-here' sed 's&root:[^:]*:&root:'$ROOTPW':&' < /etc/shadow > /tmp/shadow mv /tmp/shadow /etc/shadow chmod 0400 /etc/shadow These issues are resolved in the latest installer available in beta. |