Bug 155864
| Summary: | anaconda kickstart fsck | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | W Agtail <crash70> | ||||||||
| Component: | anaconda | Assignee: | Peter Jones <pjones> | ||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Mike McLean <mikem> | ||||||||
| Severity: | high | Docs Contact: | |||||||||
| Priority: | medium | ||||||||||
| Version: | 4 | ||||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | x86_64 | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2005-05-19 19:50:10 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: | |||||||||||
| Bug Depends On: | |||||||||||
| Bug Blocks: | 136450 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
W Agtail
2005-04-25 00:57:13 UTC
Created attachment 113620 [details]
kickstart file
I have also noticed that /dev/LVMVolGroup/LVol device files do not get created. e.g. /dev/sys/tmp Created attachment 113691 [details]
updated kickstart file - ks.cfg
Added:
logvol /tmp --vgname=sys --size=1024 --name=tmp --fstype=ext3
logvol /usr --vgname=sys --size=8000 --name=usr --fstype=ext3
#and:
%post
# this is required to create lvm devices under /mnt/sysimage/dev/VGroup/LVol
# e.g. /dev/sys/{tmp,usr}
vgscan
Can you provide /etc/mdadm.conf? Created attachment 113727 [details]
/etc/mdadm.conf
as request. /etc/mdadm.conf created during kickstart build.
|