From a4bb31f084aa2c3b70ebf8b42cf66e95e8d3d3f5 Mon Sep 17 00:00:00 2001 From: Conor Horan-Kates Date: Tue, 22 May 2018 22:04:55 -0700 Subject: [PATCH] this should be a working PXE config that enables telnet, just need to point the box at this --- revolabs-flx_uc_1000/pxelinux.cfg/default | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 revolabs-flx_uc_1000/pxelinux.cfg/default diff --git a/revolabs-flx_uc_1000/pxelinux.cfg/default b/revolabs-flx_uc_1000/pxelinux.cfg/default new file mode 100644 index 0000000..466b334 --- /dev/null +++ b/revolabs-flx_uc_1000/pxelinux.cfg/default @@ -0,0 +1,8 @@ +DEFAULT uid0 +PROMPT 0 + +LABEL uid0 + MENU LABEL ^passing parameters to the kernel + MENU DEFAULT + #KERNEL TRK/kernel.trk + APPEND mem=128M console=ttyS0,115200n8 root=/dev/ram0 rw initrd=0xc1180000,4m ip=off telnet_enabled=1 \ No newline at end of file