From: Laurent Mazet Date: Thu, 4 Dec 2014 17:29:54 +0000 (+0100) Subject: add boot files X-Git-Tag: debian_7.5_20141208~14 X-Git-Url: https://secure.softndesign.org/git/?a=commitdiff_plain;h=e0a12df3abeb2312bd6d185c26a08b245a49286e;p=debian6500.git add boot files --- 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 -