summaryrefslogtreecommitdiff
path: root/en/appendix
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2007-05-18 21:31:42 +0000
committerJoey Hess <joeyh@debian.org>2007-05-18 21:31:42 +0000
commit182209e9213fbcf2a826f9ba032112bb09c319d6 (patch)
treec817acad05ceef125cd66b3f4a60fa93e907aa89 /en/appendix
parent15c3af43d1459cb7f552bb0c8bd8c9c40319d13b (diff)
downloadinstallation-guide-182209e9213fbcf2a826f9ba032112bb09c319d6.zip
* Document new lilo-installer/skip preseed.
Diffstat (limited to 'en/appendix')
-rw-r--r--en/appendix/preseed.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index 28691ae50..985f04ab0 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -1239,6 +1239,9 @@ 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
+# To also skip installing lilo, and install no bootloader, uncomment this
+# too:
+#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.