~ubuntu-server-dev/ubuntu/quantal/utah-server-tests/trunk

« back to all changes in this revision

Viewing changes to preseeds/templates/virtual-host

  • Committer: James Page
  • Date: 2012-08-29 15:47:42 UTC
  • Revision ID: james.page@canonical.com-20120829154742-uc8azvgwrnq0p2cw
Added more missing commands

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 kernel_flavor %}
 
23
d-i     base-installer/kernel/override-image    string linux-server
 
24
{% endblock %}
 
25
{% block tasksel_first %}
 
26
tasksel tasksel/first multiselect Basic Ubuntu server, Virtual Machine host
 
27
{% endblock %}
 
28