Re: Best/right way to trigger manual partitioning?
Gene Czarcinski <[email protected]> Wed, 23 Oct 2013 17:05:56 -0400
| Newsgroups | gmane.linux.redhat.kickstart.general |
|---|---|
| Message-ID | <[email protected]> |
On 10/21/2013 12:49 PM, Bret Wortman wrote: > 1. Why does the GUI still pop up a window asking if I want to > initialize the drives when I've already included "clearpart --all > --initlabel" in my kickstart? Is there a way to stop this? I blieve you need something like: clearpart --all --initlabel --drives=sda,sdb assuming the system has two drives sda and sdb. Gene