Skip to content

Commit

Permalink
Merge pull request #65 from juliandunn/BENTO-58
Browse files Browse the repository at this point in the history
[BENTO-58] Switch to manual partitioning since autopart makes /tmp too small to actually run tests sensibly
  • Loading branch information
juliandunn committed Jul 7, 2013
2 parents 07bd8fe + 9c6d30c commit b2d0f74
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion definitions/.fedora/ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ text
skipx
zerombr
clearpart --all --initlabel
autopart
part /boot --fstype=ext4 --size=500
part pv.2 --grow --size=500
volgroup vg_vagrant --pesize=32768 pv.2
logvol / --fstype=ext4 --name=lv_root --vgname=vg_vagrant --size=1024 --grow
logvol swap --fstype=swap --name=lv_swap --vgname=vg_vagrant --size=528 --grow --maxsize=1056
bootloader --location=mbr --append="norhgb biosdevname=0"
auth --useshadow --enablemd5
firstboot --disabled
reboot
Expand Down

0 comments on commit b2d0f74

Please sign in to comment.