From e38d299c769b29589ddc9a9a5555fe301fb226b3 Mon Sep 17 00:00:00 2001 From: Benedict Reuschling Date: Sat, 24 May 2014 15:24:58 +0000 Subject: [PATCH] Remove redundant markup and words around filename tags. Sprinkle capitalizations over title tags to make igor happy. Whitespace fixes will follow next. --- en_US.ISO8859-1/articles/nanobsd/article.xml | 26 ++++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/en_US.ISO8859-1/articles/nanobsd/article.xml b/en_US.ISO8859-1/articles/nanobsd/article.xml index 4861400132..a4e16666df 100644 --- a/en_US.ISO8859-1/articles/nanobsd/article.xml +++ b/en_US.ISO8859-1/articles/nanobsd/article.xml @@ -86,7 +86,7 @@ NanoBSD Howto - The design of NanoBSD + The Design of NanoBSD Once the image is present on the medium, it is possible to boot NanoBSD. The mass storage @@ -121,7 +121,7 @@ are expected to persist after the system restarts. - Making persistent changes to <filename>/etc/resolv.conf</filename> + Making Persistent Changes to <filename>/etc/resolv.conf</filename> &prompt.root; vi /etc/resolv.conf [...] @@ -140,13 +140,13 @@ all times is not a good idea, especially if the NanoBSD system runs off a mass storage medium that may be adversely affected by a large number - of writes to the partition (i.e. when the filesystem syncer + of writes to the partition (like when the filesystem syncer flushes data to the system disks). - Building a NanoBSD image + Building a NanoBSD Image A NanoBSD image is built using a simple nanobsd.sh shell script, which can @@ -186,7 +186,7 @@ - Customizing a NanoBSD image + Customizing a NanoBSD Image This is probably the most important and most interesting feature of NanoBSD. This is also @@ -195,7 +195,7 @@ Invocation of the following command will force the nanobsd.sh to read its configuration from - the myconf.nano file located in the current + myconf.nano located in the current directory: &prompt.root; sh nanobsd.sh -c myconf.nano @@ -213,7 +213,7 @@ - Configuration options + Configuration Options With configuration settings, it is possible to configure options passed to both the buildworld @@ -264,14 +264,14 @@ FlashDevice — Defines what type of - media to use. Check the FlashDevice.sub - file for more details. + media to use. Check FlashDevice.sub + for more details. - Custom functions + Custom Functions It is possible to fine-tune NanoBSD using shell functions in @@ -322,7 +322,7 @@ customize_cmd cust_etc_size - Adding packages + Adding Packages Packages can be added to a NanoBSD image using a custom function. The following function will install @@ -339,7 +339,7 @@ customize_cmd install_packages - Configuration file example + Configuration File Example A complete example of a configuration file for building a custom NanoBSD image can be: @@ -414,7 +414,7 @@ customize_cmd cust_nobeastie The most important difference of this step from the initial NanoBSD installation is that - now instead of using the _.disk.full file + now instead of using _.disk.full (which contains an image of the entire disk), the _.disk.image image is installed (which contains an image of a single system partition).