File: nobootloader.xml

package info (click to toggle)
installation-guide 20150423
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 34,752 kB
  • sloc: xml: 89,779; sh: 1,099; perl: 427; awk: 199; makefile: 117; python: 101
file content (26 lines) | stat: -rw-r--r-- 1,027 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!-- retain these comments for translator revision tracking -->
<!-- $Id: nobootloader.xml 61133 2009-11-02 22:52:49Z fjp $ -->

   <sect3 id="nobootloader">
   <title>Continue Without Boot Loader</title>

<para>

This option can be used to complete the installation even when no boot
loader is to be installed, either because the arch/subarch doesn't
provide one, or because none is desired (e.g. you will use existing
boot loader).

</para><para>

If you plan to manually configure your bootloader, you should check the
name of the installed kernel in <filename>/target/boot</filename>.
You should also check that directory for the presence of an
<firstterm>initrd</firstterm>; if one is present, you will probably have
to instruct your bootloader to use it. Other information you will need
are the disk and partition you selected for your <filename>/</filename>
filesystem and, if you chose to install <filename>/boot</filename> on a
separate partition, also your <filename>/boot</filename> filesystem.

</para>
   </sect3>