Project

General

Profile

Actions

Feature #1044

closed

erbish partition tables

Added by Markus Falb almost 13 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Unattended installations
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

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

ptables-rpm.txt ptables-rpm.txt 2.57 KB Error with rpm install Markus Falb, 07/16/2011 09:37 AM
ptables-git.txt ptables-git.txt 2.83 KB Error with git install Markus Falb, 07/16/2011 09:38 AM
Actions #1

Updated by Ohad Levy almost 13 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100
Actions #2

Updated by Ohad Levy almost 13 years ago

  • Target version set to 0.4
Actions #5

Updated by Markus Falb almost 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 #6

Updated by Ohad Levy over 12 years ago

  • Tracker changed from Bug to Feature
Actions

Also available in: Atom PDF