From d50c176fbf6d402dae241a1c03c42496de4ff27f Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Wed, 3 Oct 2012 14:20:59 -0500 Subject: [PATCH] ubuntu: no-auto updates, leave this to the end user Signed-off-by: Robert Nelson --- scripts/maverick-preseed.cfg | 6 ++++-- scripts/natty-preseed.cfg | 6 ++++-- scripts/oneiric-preseed.cfg | 6 ++++-- scripts/precise-preseed.cfg | 6 ++++-- scripts/quantal-preseed.cfg | 6 ++++-- 5 files changed, 20 insertions(+), 10 deletions(-) diff --git a/scripts/maverick-preseed.cfg b/scripts/maverick-preseed.cfg index 1b4708c..2e89a13 100644 --- a/scripts/maverick-preseed.cfg +++ b/scripts/maverick-preseed.cfg @@ -34,8 +34,10 @@ d-i pkgsel/include string uboot-mkimage pastebinit initramfs-tools wget linux-fi # Allowed values: none, safe-upgrade, full-upgrade d-i pkgsel/upgrade select safe-upgrade -# Controls whether to use NTP to set the clock during the install -d-i clock-setup/ntp boolean true +# Policy for applying updates. May be "none" (no automatic updates), +# "unattended-upgrades" (install security updates automatically), or +# "landscape" (manage system with Landscape). +d-i pkgsel/update-policy select none # During installations from serial console, the regular virtual consoles # (VT1-VT6) are normally disabled in /etc/inittab. Uncomment the next diff --git a/scripts/natty-preseed.cfg b/scripts/natty-preseed.cfg index 76724e5..dc8de47 100644 --- a/scripts/natty-preseed.cfg +++ b/scripts/natty-preseed.cfg @@ -34,8 +34,10 @@ d-i pkgsel/include string u-boot-tools pastebinit initramfs-tools wget linux-fir # Allowed values: none, safe-upgrade, full-upgrade d-i pkgsel/upgrade select safe-upgrade -# Controls whether to use NTP to set the clock during the install -d-i clock-setup/ntp boolean true +# Policy for applying updates. May be "none" (no automatic updates), +# "unattended-upgrades" (install security updates automatically), or +# "landscape" (manage system with Landscape). +d-i pkgsel/update-policy select none # During installations from serial console, the regular virtual consoles # (VT1-VT6) are normally disabled in /etc/inittab. Uncomment the next diff --git a/scripts/oneiric-preseed.cfg b/scripts/oneiric-preseed.cfg index 76724e5..dc8de47 100644 --- a/scripts/oneiric-preseed.cfg +++ b/scripts/oneiric-preseed.cfg @@ -34,8 +34,10 @@ d-i pkgsel/include string u-boot-tools pastebinit initramfs-tools wget linux-fir # Allowed values: none, safe-upgrade, full-upgrade d-i pkgsel/upgrade select safe-upgrade -# Controls whether to use NTP to set the clock during the install -d-i clock-setup/ntp boolean true +# Policy for applying updates. May be "none" (no automatic updates), +# "unattended-upgrades" (install security updates automatically), or +# "landscape" (manage system with Landscape). +d-i pkgsel/update-policy select none # During installations from serial console, the regular virtual consoles # (VT1-VT6) are normally disabled in /etc/inittab. Uncomment the next diff --git a/scripts/precise-preseed.cfg b/scripts/precise-preseed.cfg index 76724e5..dc8de47 100644 --- a/scripts/precise-preseed.cfg +++ b/scripts/precise-preseed.cfg @@ -34,8 +34,10 @@ d-i pkgsel/include string u-boot-tools pastebinit initramfs-tools wget linux-fir # Allowed values: none, safe-upgrade, full-upgrade d-i pkgsel/upgrade select safe-upgrade -# Controls whether to use NTP to set the clock during the install -d-i clock-setup/ntp boolean true +# Policy for applying updates. May be "none" (no automatic updates), +# "unattended-upgrades" (install security updates automatically), or +# "landscape" (manage system with Landscape). +d-i pkgsel/update-policy select none # During installations from serial console, the regular virtual consoles # (VT1-VT6) are normally disabled in /etc/inittab. Uncomment the next diff --git a/scripts/quantal-preseed.cfg b/scripts/quantal-preseed.cfg index 76724e5..dc8de47 100644 --- a/scripts/quantal-preseed.cfg +++ b/scripts/quantal-preseed.cfg @@ -34,8 +34,10 @@ d-i pkgsel/include string u-boot-tools pastebinit initramfs-tools wget linux-fir # Allowed values: none, safe-upgrade, full-upgrade d-i pkgsel/upgrade select safe-upgrade -# Controls whether to use NTP to set the clock during the install -d-i clock-setup/ntp boolean true +# Policy for applying updates. May be "none" (no automatic updates), +# "unattended-upgrades" (install security updates automatically), or +# "landscape" (manage system with Landscape). +d-i pkgsel/update-policy select none # During installations from serial console, the regular virtual consoles # (VT1-VT6) are normally disabled in /etc/inittab. Uncomment the next