diff options
author | Philip Hands <phil@hands.com> | 2016-10-21 18:17:41 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-03 10:28:14 +0100 |
commit | 222ce48923443590d74cbba0871280eb65488da5 (patch) | |
tree | 94e15f4e0cc3af23584093fa134610c72235dafd /cucumber/features | |
parent | 9cf425cf7679ba2d272eb564e8b353e9e3031638 (diff) | |
download | jenkins.debian.net-222ce48923443590d74cbba0871280eb65488da5.tar.xz |
lvc: set partition/atomic for preseeds
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'cucumber/features')
-rw-r--r-- | cucumber/features/install.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cucumber/features/install.feature b/cucumber/features/install.feature index ed61e79f..79b164ef 100644 --- a/cucumber/features/install.feature +++ b/cucumber/features/install.feature @@ -48,7 +48,7 @@ Feature: Doing variations on d-i installs Scenario: Preseed using hands.com with checksum Given a disk is created for Debian Installer tests And I intend to use gui mode - And I intend to boot with options "auto=true priority=critical url=hands.com classes=jenkins.debian.org/pb10;loc/gb;hands.com/general-tweaks;setup/users;desktop/lxde DEBCONF_DEBUG=5" + And I intend to boot with options "auto=true priority=critical url=hands.com classes=jenkins.debian.org/pb10;loc/gb;hands.com/general-tweaks;setup/users;partition/atomic;desktop/lxde DEBCONF_DEBUG=5" When I start the computer And I select the install mode And the VM shuts down within 20 minutes |