Skip to content

Commit

Permalink
Merge pull request #84 from lpancescu/issue83
Browse files Browse the repository at this point in the history
Increase /boot size to 1GiB, the new 7.3 default
  • Loading branch information
kbsingh authored Dec 15, 2016
2 parents b74306a + c3e399a commit c7ce435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/centos7.ks
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ clearpart --all --drives=vda
user --name=vagrant --password=vagrant

part biosboot --fstype=biosboot --size=1
part /boot --fstype xfs --size=500 --ondisk=vda
part /boot --fstype xfs --size=1024 --ondisk=vda
part pv.2 --size=1 --grow --ondisk=vda
volgroup VolGroup00 --pesize=32768 pv.2
logvol swap --fstype swap --name=LogVol01 --vgname=VolGroup00 --size=768 --grow --maxsize=1536
Expand Down

0 comments on commit c7ce435

Please sign in to comment.