From d2a39c4959f1d4e17babdaadbd6f0da894bae90a Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Fri, 18 May 2007 21:49:27 +0000 Subject: - Include option to skip lilo only for lenny - Fix whitespace problems with conditions in pkgsel section --- en/appendix/preseed.xml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'en/appendix') diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index 985f04ab0..318162bdd 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -1210,15 +1210,11 @@ to be used easily on the kernel command line as well. -#tasksel tasksel/first multiselect standard, web-server - +#tasksel tasksel/first multiselect standard, web-server # If the desktop task is selected, install the kde and xfce desktops # instead of the default gnome desktop. -#tasksel tasksel/desktop multiselect kde-desktop, xfce-desktop - - -#tasksel tasksel/first multiselect standard, kde-desktop - +#tasksel tasksel/desktop multiselect kde-desktop, xfce-desktop +#tasksel tasksel/first multiselect standard, kde-desktop # Individual additional packages to install #d-i pkgsel/include string openssh-server build-essential @@ -1238,10 +1234,10 @@ to be used easily on the kernel command line as well. # Grub is the default boot loader (for x86). If you want lilo installed # instead, uncomment this: -#d-i grub-installer/skip boolean true +#d-i grub-installer/skip boolean true # To also skip installing lilo, and install no bootloader, uncomment this # too: -#d-i lilo-installer/skip boolean true +#d-i lilo-installer/skip boolean true # This is fairly safe to set, it makes grub install automatically to the MBR # if no other operating system is detected on the machine. -- cgit v1.2.3