diff options
-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> |