Actions
Feature #1044
closederbish partition tables
Description
Partition tables are included literally but not processed by erb. Please make Partition tables erbish, the following should work.
part /boot --size=256 part pv.2 --size=0 --grow volgroup vg_<%= @host.name -%> pv.2 logvol / --name=wurzel --vgname=vg_<%= @host.name -%> --size=3192 logvol /var --name=_var --vgname=vg_<%= @host.name -%> --size=1024 -- grow --maxsize=2048 logvol swap --fstype swap --name=swap --vgname=vg_<%= @host.name -%> -- size=2048
Files
Updated by Ohad Levy over 13 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 9cd25bde4bf87da9f604bdce739172697f83f68f.
Updated by Markus Falb over 13 years ago
- File ptables-rpm.txt ptables-rpm.txt added
Updated by Markus Falb over 13 years ago
- File ptables-git.txt ptables-git.txt added
Updated by Markus Falb over 13 years ago
Not working for me as soon as I put some erb stuff in.
With a install per rpm and applied patch I get an error, please see attached file ptables-rpm.txt
I also tried an install per git and I get another error, please see attached file ptables-git.txt
Actions