~n3npq/lsb/fhs-spec

« back to all changes in this revision

Viewing changes to root-filesystem.xml

  • Committer: Jeff Licquia
  • Date: 2015-04-24 17:51:32 UTC
  • Revision ID: licquia@linuxfoundation.org-20150424175132-ffemvc4cn96g3e6x
Stop enumerating arch-specific requirements for /boot (bug 801).

Show diffs side-by-side

added added

removed removed

Lines of Context:
527
527
 
528
528
<para>This directory contains everything required for the boot process
529
529
except configuration files not needed at boot time and the map
530
 
installer. Thus /boot stores data that is used before the kernel
531
 
begins executing user-mode programs.  This may include saved master
532
 
boot sectors and sector map files.</para>
 
530
installer. Thus <filename>/boot</filename> stores data that is used
 
531
before the kernel begins executing user-mode programs.  This may
 
532
include saved master boot sectors and sector map files.</para>
533
533
 
534
534
<para> Programs necessary to arrange for the boot loader to be able to
535
535
boot a file must be placed in <filename>/sbin</filename>.
541
541
<section id='specificOptions3'><title>Specific Options</title>
542
542
 
543
543
<para>The operating system kernel must be located in either
544
 
<filename>/</filename> or <filename>/boot</filename>.
545
 
 
546
 
<footnote><para>On some i386 machines, it may be necessary for
547
 
<filename>/boot</filename> to be located on a separate partition
548
 
located completely below cylinder 1024 of the boot device due to
549
 
hardware constraints.</para>
550
 
 
551
 
<para>Certain MIPS systems require a <filename>/boot</filename>
552
 
partition that is a mounted MS-DOS filesystem or whatever other
553
 
filesystem type is accessible for the firmware.  This may result in
554
 
restrictions with respect to usable filenames within
555
 
<filename>/boot</filename> (only for affected systems).
556
 
</para>
557
 
</footnote>
558
 
</para>
 
544
<filename>/</filename> or <filename>/boot</filename>.</para>
 
545
 
 
546
<para>Certain architectures may have other requirements for
 
547
<filename>/boot</filename> related to limitations or expectations
 
548
specific to that architecture.  These requirements are not enumerated
 
549
here; distributions are allowed to add requirements as needed to
 
550
enable system startup on these architectures.</para>
559
551
 
560
552
</section>
561
553
</section>