Changeset 2d8f7f95f2e7f7d8415709a9e7cf020d32906f52

Show
Ignore:
Timestamp:
08/06/12 09:34:57 (11 months ago)
Author:
Spencer Shimko <sshimko@tresys.com>
Committer:
Spencer Shimko <sshimko@tresys.com> 1344260097 -0400
Parent:

[8cc3615dd1a697371c9caff3a7399f58d8f8ad44]

Message:

Removed args specifying /dev/sda*

Now it will install on systems where hard drives are not represented with
the /dev/sd* naming scheme.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • kickstart/clip-rhel6/clip-rhel6.ks

    r4055512 r2d8f7f9  
    4343 
    4444zerombr 
    45 bootloader --location=mbr --timeout=5 --append="audit=1" --driveorder=sda --password=neutronbass 
    46 clearpart --drives=sda --all --initlabel 
    47 part /boot --size=250 --fstype ext4 --asprimary --ondisk=sda 
    48 part pv.os --size=1   --grow        --asprimary --ondisk=sda 
     45bootloader --location=mbr --timeout=5 --append="audit=1" --password=neutronbass 
     46clearpart --all --initlabel 
     47part /boot --size=200 --fstype ext4 --asprimary 
     48part pv.os --size=1   --grow        --asprimary 
    4949 
    5050volgroup vg00 --pesize=65536 pv.os