source: BOOK/boot/sparc/fstab.xml@ 0e945fa

clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 0e945fa was a235193, checked in by Chris Staub <chris@…>, 11 years ago

Removed unneeded filesystems from boot section fstab

  • Property mode set to 100644
File size: 1.5 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-boot-fstab">
9 <?dbhtml filename="fstab.html"?>
10
[91ad4a4]11 <title>Creating the /etc/fstab File</title>
[3f8be484]12
13 <indexterm zone="ch-boot-fstab">
[91ad4a4]14 <primary sortas="e-/etc/fstab">/etc/fstab</primary>
[3f8be484]15 </indexterm>
16
[dabbced]17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]18 href="../common/fstab.xml"
19 xpointer="xpointer(//*[@os='a'])"/>
20
[3f76cac]21<screen><userinput>cat &gt; ${CLFS}/etc/fstab &lt;&lt; "EOF"
[3f8be484]22<literal># Begin /etc/fstab
23
24# file system mount-point type options dump fsck
25# order
26
27/dev/<replaceable>[xxx]</replaceable> / <replaceable>[fff]</replaceable> defaults 1 1
28/dev/<replaceable>[yyy]</replaceable> swap swap pri=1 0 0
[c26be85]29devpts /dev/pts devpts gid=&gid-tty;,mode=620 0 0
[3f8be484]30shm /dev/shm tmpfs defaults 0 0
31none /proc/openprom openpromfs defaults 0 0
32# End /etc/fstab</literal>
33EOF</userinput></screen>
34
[dabbced]35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]36 href="../common/fstab.xml"
37 xpointer="xpointer(//*[@os='b'])"/>
38
[dabbced]39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]40 href="../common/fstab.xml"
41 xpointer="xpointer(//*[@os='c'])"/>
42
43</sect1>
Note: See TracBrowser for help on using the repository browser.