fix: stop ubuntu from installing its own kernel, now less to cleanup

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/10/merge
Robert Nelson 12 years ago
parent ef8db41ed7
commit e436aa722f

@ -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.

@ -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.

@ -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.

@ -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.

@ -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.

Loading…
Cancel
Save