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.