diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/fstab.xml | 2 | ||||
-rw-r--r-- | chapter08/kernel-inst.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml index 297bee52f..5b96a3ab3 100644 --- a/chapter08/fstab.xml +++ b/chapter08/fstab.xml @@ -10,7 +10,7 @@ this:</para> <screen><userinput>cat > /etc/fstab << "EOF"</userinput> # Begin /etc/fstab -# filesystem mount-point fs-type options dump fsck-order +# file system mount-point fs-type options dump fsck-order /dev/xxx / fff defaults 1 1 /dev/yyy swap swap pri=1 0 0 diff --git a/chapter08/kernel-inst.xml b/chapter08/kernel-inst.xml index 8b0620783..d0c592425 100644 --- a/chapter08/kernel-inst.xml +++ b/chapter08/kernel-inst.xml @@ -34,8 +34,8 @@ the configuration menus and creating your own kernel configuration from scratch.</para> <para>For POSIX shared memory support, ensure that the kernel config option -"Virtual memory file system support" is enabled. It resides within the "File -systems" menu and is normally enabled by default.</para> +"Virtual memory file system support" is enabled. It resides within the +"File systems" menu and is normally enabled by default.</para> <para>Verify dependencies and create dependency information files:</para> |