summaryrefslogtreecommitdiff
path: root/en/appendix/chroot-install.xml
diff options
context:
space:
mode:
Diffstat (limited to 'en/appendix/chroot-install.xml')
-rw-r--r--en/appendix/chroot-install.xml25
1 files changed, 3 insertions, 22 deletions
diff --git a/en/appendix/chroot-install.xml b/en/appendix/chroot-install.xml
index 9c388fd20..04da5da93 100644
--- a/en/appendix/chroot-install.xml
+++ b/en/appendix/chroot-install.xml
@@ -556,15 +556,11 @@ can use <command>apt</command> inside your &debian; chroot to do so.
</para><para arch="any-x86">
-Check <userinput>info grub</userinput> <phrase arch="x86">or <userinput>man
-lilo.conf</userinput></phrase> for instructions on setting up the
+Check <userinput>info grub</userinput>
+for instructions on setting up the
bootloader. If you are keeping the system you used to install &debian;, just
add an entry for the &debian; install to your existing grub2
-<filename>grub.cfg</filename><phrase arch="x86"> or <filename>lilo.conf</filename>. For
-<filename>lilo.conf</filename>, you could also copy it to the new system and
-edit it there. After you are done editing, call <command>lilo</command>
-(remember it will use
-<filename>lilo.conf</filename> relative to the system you call it from)</phrase>.
+<filename>grub.cfg</filename>.
</para><para arch="any-x86">
@@ -586,21 +582,6 @@ Note that this assumes that a <filename>/dev/sda</filename> device file has
been created. There are alternative methods to install <command>grub2</command>,
but those are outside the scope of this appendix.
-</para><para arch="x86">
-
-Here is a basic <filename>/etc/lilo.conf</filename> as an example:
-
-<informalexample><screen>
-boot=/dev/<replaceable>sda6</replaceable>
-root=/dev/<replaceable>sda6</replaceable>
-install=menu
-delay=20
-lba32
-image=/vmlinuz
-initrd=/initrd.img
-label=Debian
-</screen></informalexample>
-
</para><para arch="powerpc">
Check <userinput>man yaboot.conf</userinput> for instructions on