In debian-installer terminology, atomic means the system is installed to a single partition. This leaves more space to run test suites, a big win for a test framework.
Signed-off-by: Lucas Meneghel Rodrigues <[email protected]> --- shared/unattended/Debian-6.0.7.preseed | 2 +- shared/unattended/Ubuntu-11-04.preseed | 2 +- shared/unattended/Ubuntu-11-10.preseed | 2 +- shared/unattended/Ubuntu-12-04.preseed | 2 +- shared/unattended/Ubuntu-12-10.preseed | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/shared/unattended/Debian-6.0.7.preseed b/shared/unattended/Debian-6.0.7.preseed index 9685ee7..bfd483e 100644 --- a/shared/unattended/Debian-6.0.7.preseed +++ b/shared/unattended/Debian-6.0.7.preseed @@ -14,7 +14,7 @@ d-i clock-setup/utc boolean true d-i time/zone string US/Eastern d-i partman-auto/method string regular -d-i partman-auto/choose_recipe select home +d-i partman-auto/choose_recipe select atomic d-i partman/confirm_write_new_label boolean true d-i partman/choose_partition select finish d-i partman/confirm boolean true diff --git a/shared/unattended/Ubuntu-11-04.preseed b/shared/unattended/Ubuntu-11-04.preseed index f3efc26..8bdbef5 100644 --- a/shared/unattended/Ubuntu-11-04.preseed +++ b/shared/unattended/Ubuntu-11-04.preseed @@ -14,7 +14,7 @@ d-i clock-setup/utc boolean true d-i time/zone string US/Eastern d-i partman-auto/method string regular -d-i partman-auto/choose_recipe select home +d-i partman-auto/choose_recipe select atomic d-i partman/confirm_write_new_label boolean true d-i partman/choose_partition select finish d-i partman/confirm boolean true diff --git a/shared/unattended/Ubuntu-11-10.preseed b/shared/unattended/Ubuntu-11-10.preseed index f3efc26..8bdbef5 100644 --- a/shared/unattended/Ubuntu-11-10.preseed +++ b/shared/unattended/Ubuntu-11-10.preseed @@ -14,7 +14,7 @@ d-i clock-setup/utc boolean true d-i time/zone string US/Eastern d-i partman-auto/method string regular -d-i partman-auto/choose_recipe select home +d-i partman-auto/choose_recipe select atomic d-i partman/confirm_write_new_label boolean true d-i partman/choose_partition select finish d-i partman/confirm boolean true diff --git a/shared/unattended/Ubuntu-12-04.preseed b/shared/unattended/Ubuntu-12-04.preseed index f3efc26..8bdbef5 100644 --- a/shared/unattended/Ubuntu-12-04.preseed +++ b/shared/unattended/Ubuntu-12-04.preseed @@ -14,7 +14,7 @@ d-i clock-setup/utc boolean true d-i time/zone string US/Eastern d-i partman-auto/method string regular -d-i partman-auto/choose_recipe select home +d-i partman-auto/choose_recipe select atomic d-i partman/confirm_write_new_label boolean true d-i partman/choose_partition select finish d-i partman/confirm boolean true diff --git a/shared/unattended/Ubuntu-12-10.preseed b/shared/unattended/Ubuntu-12-10.preseed index 38df70e..257e3eb 100644 --- a/shared/unattended/Ubuntu-12-10.preseed +++ b/shared/unattended/Ubuntu-12-10.preseed @@ -14,7 +14,7 @@ d-i clock-setup/utc boolean true d-i time/zone string US/Eastern d-i partman-auto/method string regular -d-i partman-auto/choose_recipe select home +d-i partman-auto/choose_recipe select atomic d-i partman/confirm_write_new_label boolean true d-i partman/choose_partition select finish d-i partman/confirm boolean true -- 1.8.2 _______________________________________________ Virt-test-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-test-devel
