Skip to content

Initialize disks properly in kickstart #11

Description

@lclementi

Since centos 6.3 the
clearpart --all --initlabel
does not clean anymore all the partition table on the disk but it prompt for user input before proceeding.

This problem happen only when there is a corrupted partition on the disk which anaconda can't recognize, it does not happen if the disk has a standard dos partition. (It happened to me with a disk I took out of a old broken thumper)

For this reason we need to put a zerombr in the kickstart so anaconda will stop prompting users. I'm wondering what kind of repercussion this might have, and if it is worth to make this change.
http://fedoraproject.org/wiki/Anaconda/Kickstart#zerombr

Luca

http://serverfault.com/questions/411023/centos-kickstart-on-kvm-doesnt-clear-partition-labels

@ppapadopoulos
@tcooper

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions