diff options
author | Martin Borg <martin.borg@enea.com> | 2020-08-11 15:33:32 +0200 |
---|---|---|
committer | Miruna Paun <mrpa@enea.se> | 2020-08-18 11:40:10 +0200 |
commit | a51770fc02eac6b55682698719df7dc7e6be80f2 (patch) | |
tree | afca7ef9e11463cb2fd18b34b5cb5afcc00d8172 | |
parent | 13a87b8732cf4ee1d005ccba4728ff0bff7e833c (diff) | |
download | nfv-access-documentation-a51770fc02eac6b55682698719df7dc7e6be80f2.tar.gz |
GettingStarted: Minor updates on Bare Metal Provisioning
- Add a note about Linux end-of-line characters
- Add console parameters to PXE entry example
Signed-off-by: Martin Borg <martin.borg@enea.com>
Change-Id: Idb88b9a83a4dcec8fa8359f2ee580e5f98a9e2c3
-rw-r--r-- | doc/book-enea-nfv-access-getting-started/doc/advanced_configurations.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/book-enea-nfv-access-getting-started/doc/advanced_configurations.xml b/doc/book-enea-nfv-access-getting-started/doc/advanced_configurations.xml index afcdec6..47c4ea4 100644 --- a/doc/book-enea-nfv-access-getting-started/doc/advanced_configurations.xml +++ b/doc/book-enea-nfv-access-getting-started/doc/advanced_configurations.xml | |||
@@ -353,6 +353,10 @@ node0.1048576kB = 3 </programlisting> | |||
353 | install_drive = /dev/sda | 353 | install_drive = /dev/sda |
354 | 354 | ||
355 | </programlisting> | 355 | </programlisting> |
356 | <note> | ||
357 | <para>The installation configuration file needs to use the Linux end-of-line | ||
358 | format (\n), not the Windows format (\r\n).</para> | ||
359 | </note> | ||
356 | </section> | 360 | </section> |
357 | 361 | ||
358 | <section id="bare_meta_prov_pxe"> | 362 | <section id="bare_meta_prov_pxe"> |
@@ -369,7 +373,8 @@ node0.1048576kB = 3 </programlisting> | |||
369 | menu label ^NFV_ACCESS_INSTALLER | 373 | menu label ^NFV_ACCESS_INSTALLER |
370 | kernel <Path to kernel> | 374 | kernel <Path to kernel> |
371 | append root=/dev/ram0 initrd=<Path to initramfs> LABEL=pxe-installer \ | 375 | append root=/dev/ram0 initrd=<Path to initramfs> LABEL=pxe-installer \ |
372 | INSTALL_CFG=http://<Server IP>/<Path to install config file> | 376 | INSTALL_CFG=http://<Server IP>/<Path to install config file> \ |
377 | console=ttyS0,115200 earlyprintk=ttyS0,115200 | ||
373 | ipappend 2 | 378 | ipappend 2 |
374 | </programlisting> | 379 | </programlisting> |
375 | </section> | 380 | </section> |