summaryrefslogtreecommitdiff
path: root/en/appendix/chroot-install.xml
diff options
context:
space:
mode:
authorHolger Wansing <hwansing@mailbox.org>2020-04-02 11:20:38 +0200
committerHolger Wansing <hwansing@mailbox.org>2020-04-02 11:20:38 +0200
commit5bca9033558801d7ee7894758fbf63a376510064 (patch)
tree777051826e1df2b9cf73e511a1fa9693d86c7ae0 /en/appendix/chroot-install.xml
parent63a134f7fe6c3188971e51c5bf6f50a5982a9913 (diff)
downloadinstallation-guide-5bca9033558801d7ee7894758fbf63a376510064.zip
Update manual regarding the latest bootloader changings (removal of lilo + globally changing the term 'Installing GRUB on a harddisk' into 'Installing GRUB on the primary drive')
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