diff options
author | Philip Hands <phil@hands.com> | 2016-05-27 00:21:47 +0200 |
---|---|---|
committer | Philip Hands <phil@hands.com> | 2016-05-29 19:06:07 +0200 |
commit | d7ae5ed3b732e36f5f3a18985ec60f668c0e2679 (patch) | |
tree | 7f35a6c09b7b2fd6c49c67f8970ab17ad1b4fa98 /cucumber/features/install.feature | |
parent | 4cedc6058bb274a582477c295117f0826e9fd9c3 (diff) | |
download | jenkins.debian.net-d7ae5ed3b732e36f5f3a18985ec60f668c0e2679.tar.xz |
lvc: add KDE target
Diffstat (limited to 'cucumber/features/install.feature')
-rw-r--r-- | cucumber/features/install.feature | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cucumber/features/install.feature b/cucumber/features/install.feature index 4e53b84c..4900cd57 100644 --- a/cucumber/features/install.feature +++ b/cucumber/features/install.feature @@ -10,6 +10,8 @@ Feature: Doing variations on d-i installs Examples: | install_ui | target_ui | login | + | gui | LXDE Desktop | LXDE | + | gui | KDE Desktop | KDE | | gui | Minimal | VT | | gui | XFCE Desktop | XFCE | | text | non-GUI | VT | |