centos install / partitioning
- by ServerSideX
I'm using NOC-PS to remotely install Centos 6.2 via KVM / IPMI.
I'm going to install cPanel as well and they recommend this layout
/boot (99MB)
swap (2x server RAM)
/ (remainder)
In the o/s install profile within NOC-PS software, it shows as this:
part /boot --fstype ext2 --size 250
part pv.01 --size 1 --grow
volgroup vg pv.01
logvol /…