From a51770fc02eac6b55682698719df7dc7e6be80f2 Mon Sep 17 00:00:00 2001 From: Martin Borg Date: Tue, 11 Aug 2020 15:33:32 +0200 Subject: 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 Change-Id: Idb88b9a83a4dcec8fa8359f2ee580e5f98a9e2c3 --- .../doc/advanced_configurations.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc') 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 install_drive = /dev/sda + + The installation configuration file needs to use the Linux end-of-line + format (\n), not the Windows format (\r\n). +
@@ -369,7 +373,8 @@ node0.1048576kB = 3 menu label ^NFV_ACCESS_INSTALLER kernel <Path to kernel> append root=/dev/ram0 initrd=<Path to initramfs> LABEL=pxe-installer \ - INSTALL_CFG=http://<Server IP>/<Path to install config file> + INSTALL_CFG=http://<Server IP>/<Path to install config file> \ + console=ttyS0,115200 earlyprintk=ttyS0,115200 ipappend 2
-- cgit v1.2.3-54-g00ecf