summaryrefslogtreecommitdiff
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
parent15c3af43d1459cb7f552bb0c8bd8c9c40319d13b (diff)
downloadinstallation-guide-182209e9213fbcf2a826f9ba032112bb09c319d6.zip
* Document new lilo-installer/skip preseed.
-rw-r--r--debian/changelog5
-rw-r--r--en/appendix/preseed.xml3
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a7bde97b8..69302925c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,7 +16,10 @@ installation-guide (2007xxxx) UNRELEASED; urgency=low
Thanks to RĂ©mi Demarthe. Closes: #420894.
* Add translatable entities for Continue, Cancel and Go Back buttons.
- -- Frans Pop <fjp@debian.org> Mon, 7 May 2007 17:25:28 +0200
+ [ Joey Hess ]
+ * Document new lilo-installer/skip preseed.
+
+ -- Joey Hess <joeyh@debian.org> Fri, 18 May 2007 17:29:17 -0400
installation-guide (20070319) unstable; urgency=low
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.