Bug 12273 - --onpart problem with kickstart
Summary: --onpart problem with kickstart
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: anaconda
Version: 6.2
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Michael Fulbright
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-06-14 16:06 UTC by Juergen Weiss
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-08-17 21:17:29 UTC
Embargoed:


Attachments (Terms of Use)

Description Juergen Weiss 2000-06-14 16:06:30 UTC
Using the following entries in the kickstart file

part /     --onpart sda5
part /boot --onpart sda1
part swap  --onpart sda6

the following message occured during installation

Exception Occured

 File "/usr/lib/anaconda/todo.py",
line 395, in addMount
    self.mounts[location] = (device, 
fsystem, reformat)
AttributeError: mounts

Comment 1 Michael Fulbright 2000-06-15 15:31:56 UTC
--onpart is know to have issues in 6.2.

I will investigate your particular case.

Comment 2 Michael Fulbright 2000-06-22 19:27:21 UTC
Did you have a clearpart directive in your ks file?

It won't generally work to have clearpart specified and try to use --onpart on
a logical partition, since if any logical partitions preceeding the logical
partition are removed then the numbering is all screwed up.

Comment 3 Michael Fulbright 2000-08-17 21:17:27 UTC
Please reopen this bug if you continue to have issues.


Note You need to log in before you can comment on or make changes to this bug.