~pgraner/ubuntu-server-iso-testing/arm-changes

« back to all changes in this revision

Viewing changes to test_cases/multi-lvm/preseed

  • Committer: James Page
  • Date: 2011-12-15 11:25:10 UTC
  • Revision ID: james.page@canonical.com-20111215112510-t3paqzj0i0qgfq20
Updates for multi-lvm test

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
2
# Copyright (C) 2010, Canonical Ltd (http://www.canonical.com/)
 
3
#
 
4
# This file is part of ubuntu-server-iso-testing.
 
5
 
6
# ubuntu-server-iso-testing is free software: you can redistribute it 
 
7
# and/or modify it under the terms of the GNU General Public License 
 
8
# as published by the Free Software Foundation, either version 3 of 
 
9
# the License, or (at your option) any later version.
 
10
 
11
# ubuntu-server-iso-testing is distributed in the hope that it will 
 
12
# be useful, but WITHOUT ANY WARRANTY; without even the implied warranty 
 
13
# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
14
# GNU General Public License for more details.
 
15
 
16
# You should have received a copy of the GNU General Public License
 
17
# along with ubuntu-server-iso-testing.  If not, see 
 
18
# <http://www.gnu.org/licenses/>.
 
19
 
20
 
 
21
{% extends "base" %}
 
22
{% block partman_auto_method %}
 
23
d-i partman-auto/method string lvm
 
24
{% endblock %}
 
25
{% block partman_auto_recipe %}
 
26
d-i partman-auto/choose_recipe \
 
27
       select Separate /home, /usr, /var, and /tmp partitions
 
28
{% endblock %}
 
29
{% block kernel_flavor %}
 
30
d-i  base-installer/kernel/override-image    string linux-server
 
31
{% endblock %}