From e0a12df3abeb2312bd6d185c26a08b245a49286e Mon Sep 17 00:00:00 2001 From: Laurent Mazet Date: Thu, 4 Dec 2014 18:29:54 +0100 Subject: [PATCH] add boot files --- master/opt/tftp/pxelinux.cfg/acq | 21 +++++++++++++++++++++ master/opt/tftp/pxelinux.cfg/default | 2 +- master/opt/tftp/pxelinux.cfg/rec | 21 +++++++++++++++++++++ 3 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 master/opt/tftp/pxelinux.cfg/acq create mode 100644 master/opt/tftp/pxelinux.cfg/rec diff --git a/master/opt/tftp/pxelinux.cfg/acq b/master/opt/tftp/pxelinux.cfg/acq new file mode 100644 index 0000000..9e19523 --- /dev/null +++ b/master/opt/tftp/pxelinux.cfg/acq @@ -0,0 +1,21 @@ +PROMPT 2 +TIMEOUT 30 +UI /menu.c32 + +KBDMAP /fr.kmp + +MENU TITLE [[ PXE BOOT ]] + +DEFAULT debian + +LABEL debian + MENU LABEL ^Debian 7 (TRC6500) + KERNEL /vmlinuz + INITRD /initrd.img + APPEND noinitrd ramdisk_size=8192 acpi=off boot=tftp fastboot tftpserver=10.133.28.160 tarballs=root.tgz,slave.tgz,acq.tgz + +LABEL freedos + MENU LABEL ^FreeDos 1.0 + KERNEL /memdisk + INITRD /balder10.imz + APPEND - diff --git a/master/opt/tftp/pxelinux.cfg/default b/master/opt/tftp/pxelinux.cfg/default index a801909..62db2ae 100644 --- a/master/opt/tftp/pxelinux.cfg/default +++ b/master/opt/tftp/pxelinux.cfg/default @@ -12,7 +12,7 @@ LABEL debian MENU LABEL ^Debian 7 (TRC6500) KERNEL /vmlinuz INITRD /initrd.img - APPEND noinitrd ramdisk_size=8192 boot=tftp fastboot tftpserver=10.133.28.160 tarballs=root.tgz,slave.tgz + APPEND noinitrd ramdisk_size=8192 acpi=off boot=tftp fastboot tftpserver=10.133.28.160 tarballs=root.tgz,slave.tgz LABEL freedos MENU LABEL ^FreeDos 1.0 diff --git a/master/opt/tftp/pxelinux.cfg/rec b/master/opt/tftp/pxelinux.cfg/rec new file mode 100644 index 0000000..cb6c049 --- /dev/null +++ b/master/opt/tftp/pxelinux.cfg/rec @@ -0,0 +1,21 @@ +PROMPT 2 +TIMEOUT 30 +UI /menu.c32 + +KBDMAP /fr.kmp + +MENU TITLE [[ PXE BOOT ]] + +DEFAULT debian + +LABEL debian + MENU LABEL ^Debian 7 (TRC6500) + KERNEL /vmlinuz + INITRD /initrd.img + APPEND noinitrd ramdisk_size=8192 acpi=off boot=tftp fastboot tftpserver=10.133.28.160 tarballs=root.tgz,slave.tgz,acq.tgz,rec.tgz + +LABEL freedos + MENU LABEL ^FreeDos 1.0 + KERNEL /memdisk + INITRD /balder10.imz + APPEND - -- 2.30.2