From e436aa722fedbe253b009777a31d49d7851907a1 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Tue, 2 Oct 2012 18:11:51 -0500 Subject: [PATCH] fix: stop ubuntu from installing its own kernel, now less to cleanup Signed-off-by: Robert Nelson --- scripts/maverick-preseed.cfg | 3 +++ scripts/natty-preseed.cfg | 3 +++ scripts/oneiric-preseed.cfg | 3 +++ scripts/precise-preseed.cfg | 3 +++ scripts/quantal-preseed.cfg | 3 +++ 5 files changed, 15 insertions(+) diff --git a/scripts/maverick-preseed.cfg b/scripts/maverick-preseed.cfg index 7db2702..29963f8 100644 --- a/scripts/maverick-preseed.cfg +++ b/scripts/maverick-preseed.cfg @@ -15,6 +15,9 @@ d-i base-installer/kernel/skip-install boolean true # Continue the install without loading kernel modules? d-i anna/no_kernel_modules boolean true +# Stop Ubuntu from installing random kernel choice +d-i base-installer/kernel/image select none + # Controls whether to use NTP to set the clock during the install d-i clock-setup/ntp boolean true # NTP server to use. The default is almost always fine here. diff --git a/scripts/natty-preseed.cfg b/scripts/natty-preseed.cfg index 42b7a47..e117866 100644 --- a/scripts/natty-preseed.cfg +++ b/scripts/natty-preseed.cfg @@ -15,6 +15,9 @@ d-i base-installer/kernel/skip-install boolean true # Continue the install without loading kernel modules? d-i anna/no_kernel_modules boolean true +# Stop Ubuntu from installing random kernel choice +d-i base-installer/kernel/image select none + # Controls whether to use NTP to set the clock during the install d-i clock-setup/ntp boolean true # NTP server to use. The default is almost always fine here. diff --git a/scripts/oneiric-preseed.cfg b/scripts/oneiric-preseed.cfg index 42b7a47..e117866 100644 --- a/scripts/oneiric-preseed.cfg +++ b/scripts/oneiric-preseed.cfg @@ -15,6 +15,9 @@ d-i base-installer/kernel/skip-install boolean true # Continue the install without loading kernel modules? d-i anna/no_kernel_modules boolean true +# Stop Ubuntu from installing random kernel choice +d-i base-installer/kernel/image select none + # Controls whether to use NTP to set the clock during the install d-i clock-setup/ntp boolean true # NTP server to use. The default is almost always fine here. diff --git a/scripts/precise-preseed.cfg b/scripts/precise-preseed.cfg index 42b7a47..e117866 100644 --- a/scripts/precise-preseed.cfg +++ b/scripts/precise-preseed.cfg @@ -15,6 +15,9 @@ d-i base-installer/kernel/skip-install boolean true # Continue the install without loading kernel modules? d-i anna/no_kernel_modules boolean true +# Stop Ubuntu from installing random kernel choice +d-i base-installer/kernel/image select none + # Controls whether to use NTP to set the clock during the install d-i clock-setup/ntp boolean true # NTP server to use. The default is almost always fine here. diff --git a/scripts/quantal-preseed.cfg b/scripts/quantal-preseed.cfg index 42b7a47..e117866 100644 --- a/scripts/quantal-preseed.cfg +++ b/scripts/quantal-preseed.cfg @@ -15,6 +15,9 @@ d-i base-installer/kernel/skip-install boolean true # Continue the install without loading kernel modules? d-i anna/no_kernel_modules boolean true +# Stop Ubuntu from installing random kernel choice +d-i base-installer/kernel/image select none + # Controls whether to use NTP to set the clock during the install d-i clock-setup/ntp boolean true # NTP server to use. The default is almost always fine here.