Tips & Tricks

This page is a collection of useful bits of information that are neither FAQ or Troubleshooting.

General Tips

Extending the partition layout for a host

If you need to extend a partition layout for a host you could load the preexisting layout in the "Custom partition layout" section:

<%= pxe_render(Ptable.find_by_name('RedHat Default').layout) %>
logvol /var --fstype ext4 --name=lv_var --vgname=vg00 --size=4096
logvol /opt --fstype ext4 --name=lv_opt --vgname=vg00 --size=512

Redhat-based Tips

Debian-based Tips

Tips for other OSes

  • Automated Archlinux installs (coming soon ;P)

Also available in: HTML TXT